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