mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
update kcptun
This commit is contained in:
parent
6e826c30bb
commit
e1e36ca27d
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user