Skip to content

Commit e1d0dfe

Browse files
committed
~tproxy entrypoint
1 parent 41bd951 commit e1d0dfe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

xray-tproxy/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,7 @@ services:
5656
tproxyvlan:
5757
ipv4_address: 192.168.2.2
5858
environment:
59-
ALLOW_QUIC: "false" # it's recommended to block QUIC (UDP/443)
6059
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"
6460
# Using config folder in this case
6561
volumes:
6662
- ./config:/etc/xray/config

0 commit comments

Comments
 (0)