mirror of
https://github.com/BluemediaDev/dn42-tools.git
synced 2025-07-04 10:52:43 +02:00
Initial commit
This commit is contained in:
commit
5d5a0d03d7
6 changed files with 954 additions and 0 deletions
10
wireguard/wg-config.json.example
Normal file
10
wireguard/wg-config.json.example
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"privateKey": "AMHVEZKGUpfPEeEailAaSnfVKgangF7T1rOkfM6DdnL=",
|
||||
"ownIPv4": "172.22.167.81/32",
|
||||
"ownIPv6": "fd75:eca7:b62a:10::1/64",
|
||||
"ownIPv6LinkLocal": "fe80::42:3343:10:1/64",
|
||||
"peerConfigPath": "/home/dn42/peers",
|
||||
"excludedInterfaces": [
|
||||
"eth0"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue