Add cockpit configuration
This commit is contained in:
parent
b233c43b5e
commit
4c5939067c
|
|
@ -0,0 +1,9 @@
|
||||||
|
[WebService]
|
||||||
|
Origins = https://cockpit.{{ domain_name }} wss://cockpit.{{ domain_name }}
|
||||||
|
ProtocolHeader = X-Forwarded-Proto
|
||||||
|
|
||||||
|
[Log]
|
||||||
|
Fatal = /var/log/cockpit.log
|
||||||
|
|
||||||
|
[Session]
|
||||||
|
IdleTimeout=15
|
||||||
|
|
@ -9,3 +9,4 @@ DNS = 1.1.1.1
|
||||||
PublicKey = {{ vpn_server_pubkey }}
|
PublicKey = {{ vpn_server_pubkey }}
|
||||||
Endpoint = {{ domain_name }}:51820
|
Endpoint = {{ domain_name }}:51820
|
||||||
AllowedIPs = 10.0.0.1/32 # Only any packets to/from our Proxy server will be tunneled by the VPN
|
AllowedIPs = 10.0.0.1/32 # Only any packets to/from our Proxy server will be tunneled by the VPN
|
||||||
|
PersistentKeepalive = 25
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue