friwall/web/templates/vpn/wg-fri.conf

20 lines
509 B
Plaintext
Raw Normal View History

2022-01-03 10:33:02 +00:00
[Interface]
# {{ timestamp }} {{ current_user['username'] }} {{ name }}
2022-01-03 10:33:02 +00:00
# PublicKey = {{ pubkey }}
PrivateKey = # paste private key here
Address = {{ ip }}
{% if use_dns %}DNS = 212.235.188.28,212.235.188.29,fri1.uni-lj.si{% endif %}
2022-01-03 10:33:02 +00:00
[Peer]
Endpoint = {{ server }}:{{ port }}
PublicKey = {{ server_key }}
PersistentKeepalive = 25
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
2022-01-03 10:33:02 +00:00
{%- endif %}