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 41bd951 commit e1d0dfeCopy full SHA for e1d0dfe
xray-tproxy/README.md
@@ -56,11 +56,7 @@ services:
56
tproxyvlan:
57
ipv4_address: 192.168.2.2
58
environment:
59
- ALLOW_QUIC: "false" # it's recommended to block QUIC (UDP/443)
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_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