add "auto apply" for wireguard peers and dns entries

This commit is contained in:
Eduardo Silva
2026-03-25 20:07:42 -03:00
parent ace350bc67
commit f8dbd62596
8 changed files with 59 additions and 15 deletions

View File

@@ -25,6 +25,11 @@ TIMEZONE=America/Sao_Paulo
# Example: EXTRA_ALLOWED_HOSTS=app1.example.com,app2.example.com:8443,app3.example.com
#EXTRA_ALLOWED_HOSTS=app1.example.com,app2.example.com:8443,app3.example.com
# Disable automatic apply of WireGuard and DNS configuration changes.
# By default, changes to peers and DNS are applied immediately without requiring manual intervention.
# Set to true if you prefer to apply changes manually.
# DISABLE_AUTO_APPLY=true
# Set a custom MTU for WireGuard interfaces (server and client configs).
# Only change this if you know what you are doing. The default WireGuard MTU (1420) works for most setups.
# Must be an integer between 1280 and 9000.