mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-04-04 06:26:20 +00:00
add "auto apply" for wireguard peers and dns entries
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user