mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-02 11:16:24 -04:00
12 lines
321 B
Bash
Executable file
12 lines
321 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# SPDX-FileCopyrightText: 2023 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
echo "define qube_ip = $(qubesdb-read /qubes-ip)" \
|
|
| tee /rw/config/vpn/qube-ip.nft >/dev/null
|
|
|
|
nft -f /rw/config/vpn/dns-hijack.nft
|
|
|
|
## TODO: read https://www.wireguard.com/netns/
|