Update deploy-noauth.sh

This commit is contained in:
Michael
2024-06-15 21:38:21 +01:00
committed by GitHub
parent 8f4d8d9318
commit b13361af5c

View File

@@ -53,3 +53,8 @@ sudo ufw default allow outgoing
sudo ufw enable
sudo ufw status
echo DONE
apt install qemu-guest-agent -y
printf '#!/bin/sh\n\nethtool -K %s rx-udp-gro-forwarding on rx-gro-list off \n' "$(ip route show 0/0 | cut -f5 -d" ")" | sudo tee /etc/networkd-dispatcher/routable.d/50-tailscale
sudo chmod 755 /etc/networkd-dispatcher/routable.d/50-tailscale