请教有没有推荐的的集成方案
#139
-
|
go-tun2socks 提供了两个 handler 方法。 请教如果不使用 socks5 ,有没有比较好的方案 tun2socks 集成到自己实现的代理程序中呢~ |
Beta Was this translation helpful? Give feedback.
Answered by
xjasonlyu
Jun 13, 2022
Replies: 2 comments 5 replies
-
|
Hi, 如果需要在tun2socks中使用自定义代理,只需要实现Dialer接口即可: |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
myloft
-
|
👀老铁,有demo可以参考下吗,找了下你的github没看到开源 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
如果需要在tun2socks中使用自定义代理,只需要实现Dialer接口即可: