[openwrt/nat64] extend port range
This commit is contained in:
parent
0c8776d5d2
commit
4c1c08ca4a
1 changed files with 3 additions and 3 deletions
|
@ -123,15 +123,15 @@ cat > /etc/jool/jool-nat64.conf.json <<BBB
|
|||
{
|
||||
"protocol": "TCP",
|
||||
"prefix": "${ipv4address}",
|
||||
"port range": "40001-65535"
|
||||
"port range": "10001-65535"
|
||||
}, {
|
||||
"protocol": "UDP",
|
||||
"prefix": "${ipv4address}",
|
||||
"port range": "40001-65535"
|
||||
"port range": "10001-65535"
|
||||
}, {
|
||||
"protocol": "ICMP",
|
||||
"prefix": "${ipv4address}",
|
||||
"port range": "40001-65535"
|
||||
"port range": "10001-65535"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue