Add wireguard
This commit is contained in:
parent
2a36002124
commit
a259572a20
7 changed files with 83 additions and 0 deletions
|
@ -5,6 +5,12 @@ server:
|
|||
ssh_port: 22
|
||||
work_dir: /mnt/test
|
||||
backup_dir: /mnt/btest
|
||||
vpn:
|
||||
subnet: 192.168.1.0/24
|
||||
ip: 192.168.1.254
|
||||
port: 22
|
||||
peers: test
|
||||
|
||||
acme:
|
||||
email: test@test.fr
|
||||
debug: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue