dns模块 当resolv.conf是127.0.0.1 出现地址被占用 #3255
Unanswered
2091527886
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
xray 的dns模块 套了俩 adguard cloudflare 是ddns
resolv.conf是127.0.0.1是因为开了doh-client.service
-A OUTPUT -m set --match-set CN.ipv4 dst -j RETURN 是开tproxy 用手机连不上
之前总是有dns泄漏 用wireshark 抓包 发现 因为iptables 配置了内网 dns的流量根本没走 xray 在iptables把流量搞进xray
-A XRAY -d 127.0.0.0/8 -p udp --dport 53 -j TPROXY --on-port 12347 --tproxy-mark 1
就出现
app/proxyman/inbound: connection ends > fake: socket bind: address already in use
求各位大佬指点一下
iptable
}
Beta Was this translation helpful? Give feedback.
All reactions