{{ t.ui.copied }}

{{ t.ui.serverConfig }}

{{ t.ui.scriptPanelTitle }}

{{ form.interface }}
{{ routerOsScript }}

{{ t.ui.clientManage }}

{{ form.network }}.{{ ip }}
[Interface]
Address = {{ form.network }}.{{ ip }}/32
PrivateKey = {{ c.privateKey }}
DNS = {{ allowDns ? form.network + '.1' : form.dns }}

[Peer]
PublicKey = {{ serverKeys.publicKey }}
{{ usePsk ? ('PresharedKey = ' + c.psk + '\n') : '' }}Endpoint = {{ form.server }}:{{ form.port }}
AllowedIPs = {{ form.allowedIps }}
PersistentKeepalive = 10