improved Database & Models
This commit is contained in:
commit
0bbe91bec3
18 changed files with 956 additions and 0 deletions
11
templates/wg_client.ejs
Normal file
11
templates/wg_client.ejs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[Interface]
|
||||
PrivateKey = <%= client.PrivateKey %>
|
||||
Address = <%= client.allowedIps %>
|
||||
DNS = 1.1.1.1
|
||||
|
||||
[Peer]
|
||||
PublicKey = <%= server.publicKey %>
|
||||
PresharedKey = <%= client.presharedKey %>
|
||||
Endpoint = <%= server.endpoint %>:<%= server.listenPort %>
|
||||
AllowedIPs = 0.0.0.0/0
|
||||
PersistentKeepalive = <%= client.allowedIps %>
|
||||
Loading…
Add table
Add a link
Reference in a new issue