Results 6 issues of da1234cao

嘿嘿,嗑瓜子,小墨是谁呀 > local gbk = require 'gbk' > print(gbk.fromutf8 "小墨是笨蛋")

## 问题描述 我尝试在windows下,使用gost的vpn功能。我阅读了[gost文档-TUN/TAP设备](https://gost.run/tutorials/tuntap/#_18)。我下载了gost的代码,然后运行 ```shell git clone [email protected]:ginuerzh/gost.git cd gost go mod tidy cd .\cmd\gost\ # 下面命令使用管理员权限执行 gost -L=tun://:0/SERVER_IP:8421?net=192.168.123.2/24 ``` 报错如下: ```shell main.go:90: Failed to find the tap device in registry...

## environment I installed the latest version(3.4.2) of openvpn. ![image](https://github.com/songgao/water/assets/47857039/9dc72dd6-d6e4-4d1a-9b9d-45d491954ded) ## code ```go package main import ( "log" "github.com/songgao/packets/ethernet" "github.com/songgao/water" ) func main() { ifce, err := water.New(water.Config{ DeviceType: water.TAP,...

This way, maybe I can use wrk2 on windows.

摸鱼的时候,看到这篇博客:[浅谈“国产”keepass--奇密FantasyPass](https://chowray.netlify.app/posts/it%E5%B0%8F%E8%AE%B0/fantasypass/) 注释:我非上面文章的作者。只是看到了,转发这里。

目标:我希望该仓库代码,将流量转发给v2ray的监听端口 -- 127.0.0.1:1080 遇到的问题: * 数据似乎没有转发到127.0.0.1:1080端口。 * 尝试抓包1080端口的数据,没有抓取到。 * 似乎是重定向失败了。 不知道问题出在哪里,故不太会描述,见截图。 ![image](https://user-images.githubusercontent.com/47857039/215416151-e480c19d-c497-4adf-9493-e95d0443f382.png)