mirror of
https://github.com/luscis/openlan.git
synced 2025-12-24 11:10:54 +08:00
24 lines
484 B
JSON
Executable File
24 lines
484 B
JSON
Executable File
{
|
|
"name": "default",
|
|
"provider": "openlan",
|
|
"bridge": {
|
|
"address": "172.32.99.40/24"
|
|
},
|
|
"subnet": {
|
|
"start": "172.32.99.250",
|
|
"end": "172.32.99.254",
|
|
"netmask": "255.255.255.0"
|
|
},
|
|
"routes": [
|
|
{
|
|
"prefix": "172.32.10.0/24"
|
|
}
|
|
],
|
|
"openvpn": {
|
|
"protocol": "tcp",
|
|
"listen": "0.0.0.0:3294",
|
|
"subnet": "172.32.194.0/24"
|
|
},
|
|
"acl": "acl-99"
|
|
}
|