-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.gateway.json
36 lines (36 loc) · 928 Bytes
/
config.gateway.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
31
32
33
34
35
36
{
"firewall": {
"modify": {
"LOAD_BALANCE": {
"description": "LOAD_BALANCE",
"rule": {
"2640": {
"action": "modify",
"modify": {
"table": "5"
},
"protocol": "all",
"source": {
"address": "192.168.2.0/24"
}
}
}
}
}
},
"protocols": {
"static": {
"table": {
"5": {
"route": {
"0.0.0.0/0": {
"next-hop": {
"70.XX.XX.1": "''"
}
}
}
}
}
}
}
}