mirror of
https://github.com/ben-grande/qusal.git
synced 2024-12-12 09:24:27 -05:00
10 lines
302 B
Plaintext
10 lines
302 B
Plaintext
#!/usr/sbin/nft -f
|
|
|
|
# SPDX-FileCopyrightText: 2022 - 2023 unman <unman@thirdeyesecurity.org>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
flush chain nat PR-QBS
|
|
insert rule nat PR-QBS iifname "vif*" tcp dport 53 dnat to 127.0.0.1
|
|
insert rule nat PR-QBS iifname "vif*" udp dport 53 dnat to 127.0.0.1
|