Remove fixed IP for wireguard configs
This commit is contained in:
parent
8672afe60a
commit
a43f931f2a
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ vpn_peers:
|
|||
- {
|
||||
name: 'zeus',
|
||||
allowd_ips: '10.0.0.1/32',
|
||||
endpoint: '37.251.96.245:51902',
|
||||
endpoint: 'fudiggity.nl:51902',
|
||||
public_key: 'CeybSMpJiicXmndIuhe89Bay3z3PEdYNyAwIFsacBEo=',
|
||||
preshared_key_path: '/etc/wireguard/keys/private/preshared-zeus.psk',
|
||||
preshared_key_source_path: 'files/desktop/wireguard/preshared.psk',
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ vpn_peers:
|
|||
- {
|
||||
name: 'zeus',
|
||||
allowd_ips: '10.0.0.1/32',
|
||||
endpoint: '37.251.96.245:51902',
|
||||
endpoint: 'fudiggity.nl:51902',
|
||||
public_key: 'CeybSMpJiicXmndIuhe89Bay3z3PEdYNyAwIFsacBEo=',
|
||||
preshared_key_path: '/etc/wireguard/keys/private/preshared-zeus.psk',
|
||||
preshared_key_source_path: 'files/laptop/wireguard/preshared.psk',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue