mirror of
https://github.com/openharmony/third_party_iptables.git
synced 2026-07-01 23:04:07 -04:00
e4107a428d
Signed-off-by: HuangHaitao <huanghaitao16@huawei.com>
6 lines
258 B
Raku
6 lines
258 B
Raku
:PREROUTING
|
|
*nat
|
|
-i someport -j dnat --to-dst de:ad:0:be:ee:ff;-i someport -j dnat --to-dst de:ad:00:be:ee:ff --dnat-target ACCEPT;OK
|
|
-j dnat --to-dst de:ad:00:be:ee:ff --dnat-target ACCEPT;=;OK
|
|
-j dnat --to-dst de:ad:00:be:ee:ff --dnat-target CONTINUE;=;OK
|