默认clash mode疑问
#44
-
看了一下源码,ppgw的clash运行模式,tcp和udp好像都是走的tproxy转发,想问下,tcp为何不用redir模式转发呢?以及udp为何不用tun模式? |
Beta Was this translation helpful? Give feedback.
Answered by
kkkgo
Dec 1, 2023
Replies: 1 comment 4 replies
-
所以为什么要用redir模式和tun模式呢? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如果你说的是redir-host,这个不是fakeip模式,并且存在问题,redir-host功能早已经被clash移除。
如果你说的是iptables的Redirect,设计上并不支持UDP和IPV6;其他平台也忽略了这种方式的文档。
TProxy工作在内核层面性能开销比tun要小。并且tun是clash Pro闭源版本的功能。