aboutsummaryrefslogtreecommitdiff
path: root/agent/src/main/resources/wg.conf.ftlh
blob: 4928bab96e8745234d68766075aac59710ee34cf (plain)
1
2
3
4
5
6
7
8
9
10
11
[Interface]
ListenPort = ${listen_port?long?c}
PrivateKey = ${self_priv_key}

[Peer]
PublicKey = ${peer_pub_key}
PresharedKey = ${preshared_key}
<#if endpoint??>
Endpoint = ${endpoint}
</#if>
AllowedIPs = 10.127.0.0/16, 172.20.0.0/14, 172.31.0.0/16, fc00::/7, fe80::/64