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

View File

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

View File

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