mirror of
https://github.com/ben-grande/qusal.git
synced 2024-12-15 10:54:25 -05:00
1b2f1ba941
Explicit end option parsing as the shell can be quite dangerous without it.
12 lines
313 B
Bash
Executable File
12 lines
313 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
set -eu
|
|
|
|
ln -sf -- /run/resolvconf/resolv.conf /etc/resolv.conf
|
|
/rw/config/qubes-firewall.d/50-sys-wireguard-var
|
|
nft -f /rw/config/qubes-firewall.d/60-sys-wireguard-nat
|