Go HTTP control server with restart openvpn route

- Fix #147
- Dockerfile updated
- Documentation updated
- Using contexts to restart openvpn
- Code foundation for more http routes
This commit is contained in:
Quentin McGaw
2020-04-30 23:41:57 +00:00
parent 944e6a107b
commit f4cd1896c9
6 changed files with 126 additions and 6 deletions

View File

@@ -8,9 +8,10 @@ services:
network_mode: bridge
init: true
ports:
- 8888:8888/tcp
- 8388:8388/tcp
- 8388:8388/udp
- 8888:8888/tcp # Tinyproxy
- 8388:8388/tcp # Shadowsocks
- 8388:8388/udp # Shadowsocks
- 8000:8000/tcp # Built-in HTTP control server
# command:
environment:
# More variables are available, see the readme table