1
0
Fork 0
mirror of https://github.com/unman/shaker.git synced 2025-09-23 05:44:45 -04:00
shaker/mullvad/flush
2022-08-08 00:02:20 +00:00

5 lines
175 B
Text

#!/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