mirror of
https://github.com/vimagick/dockerfiles.git
synced 2026-01-04 12:05:02 +01:00
update fteproxy
This commit is contained in:
@@ -30,12 +30,12 @@ server:
|
||||
ports:
|
||||
- "80"
|
||||
environment:
|
||||
- "MODE=server"
|
||||
- "SERVER_IP=0.0.0.0"
|
||||
- "SERVER_PORT=80"
|
||||
- "PROXY_IP=www.google.com"
|
||||
- "PROXY_PORT=80"
|
||||
- "KEY=CB2FBA2BC70490526E749E01BB050F6B555964290DFF58CF24785B4A093F7B18"
|
||||
- MODE=server
|
||||
- SERVER_IP=0.0.0.0
|
||||
- SERVER_PORT=80
|
||||
- PROXY_IP=www.google.com
|
||||
- PROXY_PORT=80
|
||||
- KEY=CB2FBA2BC70490526E749E01BB050F6B555964290DFF58CF24785B4A093F7B18
|
||||
|
||||
client:
|
||||
image: vimagick/fteproxy
|
||||
@@ -44,12 +44,12 @@ client:
|
||||
links:
|
||||
- server
|
||||
environment:
|
||||
- "MODE=client"
|
||||
- "SERVER_IP=server"
|
||||
- "SERVER_PORT=80"
|
||||
- "CLIENT_IP=0.0.0.0"
|
||||
- "CLIENT_PORT=80"
|
||||
- "KEY=CB2FBA2BC70490526E749E01BB050F6B555964290DFF58CF24785B4A093F7B18"
|
||||
- MODE=client
|
||||
- SERVER_IP=server
|
||||
- SERVER_PORT=80
|
||||
- CLIENT_IP=0.0.0.0
|
||||
- CLIENT_PORT=80
|
||||
- KEY=CB2FBA2BC70490526E749E01BB050F6B555964290DFF58CF24785B4A093F7B18
|
||||
```
|
||||
|
||||
> To generate random key:
|
||||
|
||||
Reference in New Issue
Block a user