mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
6 lines
175 B
Plaintext
6 lines
175 B
Plaintext
#!/usr/sbin/nft -f
|
|
define vpndns1 = 10.64.0.1
|
|
flush chain nat PR-QBS
|
|
insert rule nat PR-QBS tcp dport 53 dnat to $vpndns1
|
|
insert rule nat PR-QBS udp dport 53 dnat to $vpndns1
|