Update 'config.yml'
This commit is contained in:
parent
aa44e546fe
commit
2520b326ba
1 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
# Never delete host from this config, unless you want to restart whole wireguard interface.
|
# Never delete peers from this config, unless you want to restart whole wireguard interface.
|
||||||
# enabled: False is used to delete peer from wireguard config.
|
# enabled: False is used to delete peer from wireguard config.
|
||||||
interface:
|
interface:
|
||||||
interface_name: 'wg-template'
|
interface_name: 'wg-template'
|
||||||
|
@ -9,21 +9,21 @@ interface:
|
||||||
listen_addr: 'wg.term.red'
|
listen_addr: 'wg.term.red'
|
||||||
|
|
||||||
peers:
|
peers:
|
||||||
matej:
|
user1:
|
||||||
privkey: MMHgo9hRfSZ+YXVwpdnz4S9CgzpSVDHJErWJBH40CVI=
|
privkey: MMHgo9hRfSZ+YXVwpdnz4S9CgzpSVDHJErWJBH40CVI=
|
||||||
pubkey: AqR32YMVWJIlBD2c7pUzlDZbLX2tYyoTuHy5m51vaWc=
|
pubkey: AqR32YMVWJIlBD2c7pUzlDZbLX2tYyoTuHy5m51vaWc=
|
||||||
ip_suffix: 1
|
ip_suffix: 1
|
||||||
enabled: False
|
enabled: False
|
||||||
keepalive: False
|
keepalive: False
|
||||||
|
|
||||||
zuzka:
|
user2:
|
||||||
privkey: AOiWD0RDb/us/Nl2oSwP6Jm+bUIKavf6u0U7eNyB/lE=
|
privkey: AOiWD0RDb/us/Nl2oSwP6Jm+bUIKavf6u0U7eNyB/lE=
|
||||||
pubkey: F8Nf/X1U521LLc1l+oCW4tI23GVQk7l94qNJZqxOVVg=
|
pubkey: F8Nf/X1U521LLc1l+oCW4tI23GVQk7l94qNJZqxOVVg=
|
||||||
ip_suffix: 2
|
ip_suffix: 2
|
||||||
enabled: True
|
enabled: True
|
||||||
keepalive: 120
|
keepalive: 120
|
||||||
|
|
||||||
alex:
|
user3:
|
||||||
privkey: KF1HsMDwsOiaFP2rLRIlp4gPMq7d4Dm/uNxgYixdYUA=
|
privkey: KF1HsMDwsOiaFP2rLRIlp4gPMq7d4Dm/uNxgYixdYUA=
|
||||||
pubkey: D2asGaDDZA1fJE6euDvG1H72acJrFs4hPmeUYOToHnU=
|
pubkey: D2asGaDDZA1fJE6euDvG1H72acJrFs4hPmeUYOToHnU=
|
||||||
ip_suffix: 3
|
ip_suffix: 3
|
||||||
|
|
Reference in a new issue