We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aaca57 commit 41bd951Copy full SHA for 41bd951
xray-tproxy/README.md
@@ -60,7 +60,7 @@ services:
60
XRAY_INBOUND_PORT: "12345" # must match inbound port in xray config
61
LOCAL_DNS: "114.114.114.114"
62
REMOTE_DNS: "8.8.8.8 1.1.1.1" # space separated dnsmasq servers
63
- RESERVED_IPS: "0.0.0.0/8 10.0.0.0/8 127.0.0.0/8 169.254.0.0/16 172.16.0.0/12 192.168.0.0/16 224.0.0.0/4 240.0.0.0/4"
+ RESERVED_IP4: "0.0.0.0/8 10.0.0.0/8 127.0.0.0/8 169.254.0.0/16 172.16.0.0/12 192.168.0.0/16 224.0.0.0/4 240.0.0.0/4"
64
# Using config folder in this case
65
volumes:
66
- ./config:/etc/xray/config
0 commit comments