50c0de2d60
Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
195 B
Plaintext
8 lines
195 B
Plaintext
table inet hysteria_nat {
|
|
chain prerouting {
|
|
type nat hook prerouting priority dstnat; policy accept;
|
|
udp dport 20000-30000 redirect to :8443
|
|
}
|
|
}
|
|
|