You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	update kcptun
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user