1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

update kcptun

This commit is contained in:
kev 2017-10-24 16:35:19 +08:00
parent 6e826c30bb
commit e1e36ca27d
2 changed files with 10 additions and 2 deletions

@ -15,6 +15,8 @@ server:
command: command:
--listen :29900 --listen :29900
--target google-public-dns-a.google.com:53 --target google-public-dns-a.google.com:53
--crypt aes
--mode fast
ports: ports:
- "29900:29900/udp" - "29900:29900/udp"
environment: environment:
@ -26,7 +28,9 @@ client:
entrypoint: client_linux_amd64 entrypoint: client_linux_amd64
command: command:
--localaddr :12948 --localaddr :12948
--remoteaddr easypi.info:29900 --remoteaddr easypi.pro:29900
--crypt aes
--mode fast
ports: ports:
- "12948:12948/tcp" - "12948:12948/tcp"
environment: environment:

@ -3,6 +3,8 @@ server:
command: command:
--listen :29900 --listen :29900
--target google-public-dns-a.google.com:53 --target google-public-dns-a.google.com:53
--crypt aes
--mode fast
ports: ports:
- "29900:29900/udp" - "29900:29900/udp"
environment: environment:
@ -14,7 +16,9 @@ client:
entrypoint: client_linux_amd64 entrypoint: client_linux_amd64
command: command:
--localaddr :12948 --localaddr :12948
--remoteaddr easypi.info:29900 --remoteaddr easypi.pro:29900
--crypt aes
--mode fast
ports: ports:
- "12948:12948/tcp" - "12948:12948/tcp"
environment: environment: