mirror of
https://github.com/ben-grande/qusal.git
synced 2024-12-19 21:04:36 -05:00
11 lines
259 B
Bash
11 lines
259 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# SPDX-FileCopyrightText: 2022 - 2023 unman <unman@thirdeyesecurity.com>
|
||
|
# SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||
|
#
|
||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
nft -f /rw/config/network-hooks.d/flush
|