# Set the port to listen on for incoming VPN packets.
# Remote nodes will automatically be informed about the new port number,
# but you might want to configure this in order to set external firewall
# settings.
PORT="41641"

# Extra flags you might want to pass to tailscaled.
FLAGS=""

# postmarketOS uses nftables by default, and tailscale has
# some issues with the iptables frontend for it. So just
# tell tailscale to use the nftables backend for routing
# configuration.
TS_DEBUG_FIREWALL_MODE=nftables

