This commit is contained in:
Quentin McGaw
2020-07-19 14:22:23 +00:00
parent fab9939b26
commit 29f74df450
5 changed files with 57 additions and 15 deletions

View File

@@ -377,6 +377,7 @@ A built-in HTTP server listens on port `8000` to modify the state of the contain
- `http://<your-docker-host-ip>:8000/openvpn/actions/restart` restarts the openvpn process
- `http://<your-docker-host-ip>:8000/unbound/actions/restart` re-downloads the DNS files (crypto and block lists) and restarts the unbound process
- `http://<your-docker-host-ip>:8000/openvpn/portforwarded` to get your port forwarded as JSON. You can use **jq** to parse JSON on linux.
## Development and contributing