diff --git a/web/templates/vpn/wg-fri.conf b/web/templates/vpn/wg-fri.conf index 136490b..01cc5ad 100644 --- a/web/templates/vpn/wg-fri.conf +++ b/web/templates/vpn/wg-fri.conf @@ -16,4 +16,5 @@ AllowedIPs = {{ net }} {%- endfor %} {% if add_default -%} AllowedIPs = 0.0.0.0/0 +AllowedIPs = ::/1, 8000::/1 {%- endif %}