mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
Merge HTTP control server documents together
@@ -1,5 +0,0 @@
|
|||||||
The HTTP control server allows to modify the state of Unbound, which is the subprocess responsible for DNS over TLS.
|
|
||||||
|
|
||||||
## Restart
|
|
||||||
|
|
||||||
Sending an HTTP GET request to `http://<your-docker-host-ip>:8000/unbound/actions/restart` triggers a re-download of the DNS files (crypto and block lists) and restarts the unbound process
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
The HTTP control server allows to modify the state of OpenVPN, which is the subprocess responsible for your VPN connection.
|
|
||||||
|
|
||||||
## Restart
|
|
||||||
|
|
||||||
Sending an HTTP GET request to `http://<your-docker-host-ip>:8000/openvpn/actions/restart` restarts the OpenVPN process
|
|
||||||
|
|
||||||
## Port forwarding
|
|
||||||
|
|
||||||
Sending an HTTP GET request to `http://<your-docker-host-ip>:8000/openvpn/portforwarded` returns the port forwarded in a JSON object, for example:
|
|
||||||
|
|
||||||
```json
|
|
||||||
{"port":5914}
|
|
||||||
```
|
|
||||||
@@ -1,5 +1,24 @@
|
|||||||
The HTTP control server allows to obtain and modify the state of the container without restarting it.
|
The HTTP control server allows to obtain and modify the state of the container without restarting it.
|
||||||
|
|
||||||
- [Setup](Setup-the-HTTP-control-server)
|
## Setup
|
||||||
- [OpenVPN Control](Control-Openvpn)
|
|
||||||
- [DNS over TLS Control](Control-DNS-over-TLS)
|
A built-in HTTP server listens on port `8000` to modify the state of the container.
|
||||||
|
|
||||||
|
To access it, simply publish this port for the container, for example: `-p 8000:8000/tcp`.
|
||||||
|
|
||||||
|
## OpenVPN
|
||||||
|
|
||||||
|
The HTTP control server allows to modify the state of OpenVPN, which is the subprocess responsible for your VPN connection.
|
||||||
|
|
||||||
|
- Sending an HTTP GET request to `http://<your-docker-host-ip>:8000/openvpn/actions/restart` restarts the OpenVPN process
|
||||||
|
- Sending an HTTP GET request to `http://<your-docker-host-ip>:8000/openvpn/portforwarded` returns the port forwarded in a JSON object, for example:
|
||||||
|
|
||||||
|
```json
|
||||||
|
{"port":5914}
|
||||||
|
```
|
||||||
|
|
||||||
|
## DNS
|
||||||
|
|
||||||
|
The HTTP control server allows to modify the state of Unbound, which is the subprocess responsible for DNS over TLS.
|
||||||
|
|
||||||
|
- Sending an HTTP GET request to `http://<your-docker-host-ip>:8000/unbound/actions/restart` triggers a re-download of the DNS files (crypto and block lists) and restarts the unbound process
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
A built-in HTTP server listens on port `8000` to modify the state of the container.
|
|
||||||
|
|
||||||
To access it, simply publish this port for the container, for example: `-p 8000:8000/tcp`.
|
|
||||||
-3
@@ -12,9 +12,6 @@
|
|||||||
- [Portainer](Portainer)
|
- [Portainer](Portainer)
|
||||||
- [Mullvad](Mullvad)
|
- [Mullvad](Mullvad)
|
||||||
- [HTTP Control server](HTTP-Control-server)
|
- [HTTP Control server](HTTP-Control-server)
|
||||||
- [Control Openvpn](Control-Openvpn)
|
|
||||||
- [Control DNS over TLS](Control-DNS-over-TLS)
|
|
||||||
- [Setup the HTTP control server](Setup-the-HTTP-control-server)
|
|
||||||
- Servers
|
- Servers
|
||||||
- [Cyberghost Servers](Cyberghost-Servers)
|
- [Cyberghost Servers](Cyberghost-Servers)
|
||||||
- [Surfshark Servers](Surfshark-Servers)
|
- [Surfshark Servers](Surfshark-Servers)
|
||||||
|
|||||||
Reference in New Issue
Block a user