Skip to content

Commit 41bd951

Browse files
committed
~tproxy entrypoint
1 parent 5aaca57 commit 41bd951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xray-tproxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ services:
6060
XRAY_INBOUND_PORT: "12345" # must match inbound port in xray config
6161
LOCAL_DNS: "114.114.114.114"
6262
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"
63+
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"
6464
# Using config folder in this case
6565
volumes:
6666
- ./config:/etc/xray/config

0 commit comments

Comments
 (0)