Add cockpit configuration

This commit is contained in:
seaspark 2024-02-22 21:37:57 +00:00
parent b233c43b5e
commit 4c5939067c
2 changed files with 10 additions and 0 deletions

View File

@ -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

View File

@ -9,3 +9,4 @@ DNS = 1.1.1.1
PublicKey = {{ vpn_server_pubkey }}
Endpoint = {{ domain_name }}:51820
AllowedIPs = 10.0.0.1/32 # Only any packets to/from our Proxy server will be tunneled by the VPN
PersistentKeepalive = 25