Sifi vpn users
This commit is contained in:
parent
9e275303c9
commit
9aa2fe8bca
|
|
@ -2,20 +2,28 @@
|
||||||
wg_interface: wg0
|
wg_interface: wg0
|
||||||
wg_port: 51820
|
wg_port: 51820
|
||||||
#wg_server_public_interface: eth0
|
#wg_server_public_interface: eth0
|
||||||
wg_server_address: 192.168.99.1/32
|
wg_server_address: 192.168.98.1/32
|
||||||
#wg_server_private_key: "{{ wg_server_private_key }}"
|
#wg_server_private_key: "{{ wg_server_private_key }}"
|
||||||
|
|
||||||
|
|
||||||
wg_peers:
|
wg_peers:
|
||||||
- name: fabio_test
|
- name: fabio
|
||||||
publicKey: "byR/8T9AZK2t1cxDCLVzdLXsxcUPRXA06CnfI8gwQyY="
|
ip: "192.168.98.11/32"
|
||||||
ip: "192.168.99.4/32"
|
|
||||||
allowedIPs :
|
allowedIPs :
|
||||||
- "192.168.99.0/24"
|
- "192.168.98.0/24"
|
||||||
- "10.22.0.0.0/16"
|
- "10.22.0.0/16"
|
||||||
- name: lucio
|
- name: lucio
|
||||||
publicKey: "IifwTYaBMoL3IhAHHplyuVMCir7PHNT57cP57RvEIwg="
|
ip: "192.168.98.12/32"
|
||||||
ip: "192.168.99.3/32"
|
|
||||||
allowedIPs :
|
allowedIPs :
|
||||||
- "192.168.99.0/24"
|
- "192.168.98.0/24"
|
||||||
- "10.22.0.0.0/16"
|
- "10.22.0.0/16"
|
||||||
|
- name: roberto
|
||||||
|
ip: "192.168.98.13/32"
|
||||||
|
allowedIPs :
|
||||||
|
- "192.168.98.0/24"
|
||||||
|
- "10.22.0.0/16"
|
||||||
|
- name: giorgio
|
||||||
|
ip: "192.168.98.14/32"
|
||||||
|
allowedIPs :
|
||||||
|
- "192.168.98.0/24"
|
||||||
|
- "10.22.0.0/16"
|
||||||
Loading…
Reference in New Issue