diff --git a/web/templates/vpn/wg-fri.conf b/web/templates/vpn/wg-fri.conf index 4976cdd..bbc86a1 100644 --- a/web/templates/vpn/wg-fri.conf +++ b/web/templates/vpn/wg-fri.conf @@ -9,12 +9,11 @@ Address = {{ ip }} Endpoint = {{ server }}:{{ port }} PublicKey = {{ server_key }} PersistentKeepalive = 25 -{% if add_default -%} -AllowedIPs = 0.0.0.0/0 -{%- else -%} AllowedIPs = 10.32.0.0/14 AllowedIPs = 212.235.188.16/28 AllowedIPs = 212.235.188.32/27 AllowedIPs = 212.235.188.64/26 +{% if add_default -%} +AllowedIPs = 0.0.0.0/0 {%- endif %}