[openwrt/nat64] extend port range

This commit is contained in:
Nico Schottelius 2024-08-02 10:05:18 +02:00
parent 0c8776d5d2
commit 4c1c08ca4a

View file

@ -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"
}
]
}