11 lines
213 B
Text
11 lines
213 B
Text
![]() |
[Interface]
|
||
|
PrivateKey = <%= @privkey %>
|
||
|
Address = <%= @address %>
|
||
|
<% if defined?(@dns) %>
|
||
|
DNS = <%= @dns %>
|
||
|
<% end %>
|
||
|
|
||
|
[Peer]
|
||
|
PublicKey = <%= @pubkey %>
|
||
|
AllowedIPs = <%= @allowedips %>
|
||
|
Endpoint = <%= @endpoint %>
|