We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
是再iptables增加一条,变成这样吗? ipset -N gw iphash iptables -t nat -A PREROUTING -p tcp -m set --match-set gw dst -j REDIRECT --to-port 12345 iptables -t nat -A PREROUTING -p udp -m set --match-set gw dst -j REDIRECT --to-port 12345
另外:doh服务还有GeekDNS可选,多地镜像,感觉速度快一点, https://www.233py.com
The text was updated successfully, but these errors were encountered:
UDP有给出规则啊,GeekDNS可以去看看,3q
Sorry, something went wrong.
No branches or pull requests
是再iptables增加一条,变成这样吗?
ipset -N gw iphash
iptables -t nat -A PREROUTING -p tcp -m set --match-set gw dst -j REDIRECT --to-port 12345
iptables -t nat -A PREROUTING -p udp -m set --match-set gw dst -j REDIRECT --to-port 12345
另外:doh服务还有GeekDNS可选,多地镜像,感觉速度快一点,
https://www.233py.com
The text was updated successfully, but these errors were encountered: