-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
能否把teredo功能单独提取出来,做个app #13
Comments
teredo 是基于fqrouter实现的,单独拿出来用处也不大 |
@XndroidDev teredo.py 感觉很强大能否替代windows自带的和linux下的miredo的功能集成到xx-net中 |
可以代替linux下的miredo, 需要先配置tun, ipv6地址路由,
置于windows, 不清楚它的tun怎么弄, 高手可以尝试
|
Windows 也有可能,只是需要参考开源项目,重新实现一遍。
另一个思路是,Python 和teredo 服务器进行UDP通讯,转化为Socks代理使用,就避免了和操作系统绑定。
难点在于IP层和TCP层,要实现一个TCP 协议,效率是个问题,稳定性、兼容性会是最大问题,TCP协议很复杂。
https://jvns.ca/blog/2014/08/12/what-happens-if-you-write-a-tcp-stack-in-python/
https://github.com/jvns/teeceepee
|
@wooowooo 有效果吗 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
这样就能通过ipv6 hosts 来翻墙了
The text was updated successfully, but these errors were encountered: