add rottenraptor vpn
This commit is contained in:
parent
f72f701a5a
commit
3ec701b2b6
3 changed files with 36 additions and 0 deletions
|
@ -53,6 +53,7 @@ nodes['htz-cloud.wireguard'] = {
|
|||
'udp dport 1194 accept',
|
||||
'udp dport 51800 accept',
|
||||
'udp dport 51804 accept',
|
||||
'udp dport 51805 accept',
|
||||
|
||||
# wg.c3voc.de
|
||||
'udp dport 51801 ip saddr 185.106.84.42 accept',
|
||||
|
@ -126,6 +127,13 @@ nodes['htz-cloud.wireguard'] = {
|
|||
'my_ip': '172.19.136.66',
|
||||
'their_ip': '172.19.136.67',
|
||||
},
|
||||
'rottenraptor-vpn': {
|
||||
'endpoint': None,
|
||||
'exclude_from_monitoring': True,
|
||||
'my_port': 51805,
|
||||
'my_ip': '172.19.136.68',
|
||||
'their_ip': '172.19.136.69',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue