Initial commit
This commit is contained in:
parent
9102d564f0
commit
dc26255c92
11 changed files with 30 additions and 669 deletions
16
vars/vpn.yml
16
vars/vpn.yml
|
|
@ -1,7 +1,15 @@
|
|||
vpn_listen_address: '10.8.0.1'
|
||||
vpn_listen_address: '10.0.0.1'
|
||||
vpn_local_ip: '192.168.178.185'
|
||||
vpn_port: '51902'
|
||||
vpn_interface: 'wg0'
|
||||
|
||||
vpn_mobile_port: '1194'
|
||||
vpn_lan_port: '20000'
|
||||
vpn_source_range: '10.0.0.0/24'
|
||||
vpn_destination_range: '10.0.0.1/32'
|
||||
|
||||
vpn_protocol: 'udp'
|
||||
vpn_peers:
|
||||
- {
|
||||
name: 'desktop', ip: '10.0.0.3'
|
||||
}
|
||||
- {
|
||||
name: 'laptop', ip: '10.0.0.2'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue