Timotej Lazar
501a3745bb
Applied when selected during key creation. Cleave ::/0 in twain for the whole thing sometimes works not.
21 lines
472 B
Plaintext
21 lines
472 B
Plaintext
[Interface]
|
|
# {{ timestamp }} {{ user }} {{ name }}
|
|
# PublicKey = {{ pubkey }}
|
|
PrivateKey = # paste private key here
|
|
Address = {{ ip }}{% if ip6 %}, {{ ip6 }}{% endif %}
|
|
{%- if dns %}
|
|
DNS = {{ dns }}
|
|
{%- endif %}
|
|
|
|
[Peer]
|
|
Endpoint = {{ server }}:{{ port }}
|
|
PublicKey = {{ server_key }}
|
|
PersistentKeepalive = 25
|
|
{%- for net in allowed_nets.split() %}
|
|
AllowedIPs = {{ net }}
|
|
{%- endfor %}
|
|
{% if add_default -%}
|
|
AllowedIPs = 0.0.0.0/0
|
|
AllowedIPs = ::/1, 8000::/1
|
|
{%- endif %}
|