#!/bin/sh
# Runs once, at install or at first boot, and then removes itself.
#
# The tunnel's firewall zone has to exist before the tunnel does: without it the
# house's forwarded traffic enters the tunnel with private source addresses and
# every connection through it hangs. See /usr/share/meduzavpn/firewall-zone.sh
# for the whole reasoning; it lives there rather than here because removing the
# package has to be able to undo exactly what this did.
/usr/share/meduzavpn/firewall-zone.sh add
exit 0
