1
0
mirror of https://github.com/unman/shaker.git synced 2025-03-09 17:09:18 -04:00
2022-08-08 00:02:20 +00:00

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