-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.gateway.merge.json
30 lines (30 loc) · 1.12 KB
/
config.gateway.merge.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"system": {
"task-scheduler": {
"task": {
"vpn-site-to-site": {
"executable": {
"path": "/config/scripts/post-config.d/vpn-site-to-site-reconfigure.sh"
},
"interval": "5m"
}
}
}
},
"vpn": {
"ipsec": {
"auto-firewall-nat-exclude": "enable",
"ipsec-interfaces": {
"interface": [
"pppoe0"
]
},
"nat-networks": {
"allowed-network": {
"0.0.0.0/0": "''"
}
},
"nat-traversal": "enable"
}
}
}