mirror of
https://github.com/PurpleComputing/Tailscale-scripts.git
synced 2026-02-03 05:53:23 +00:00
Create img-run.sh
This commit is contained in:
20
Linux/img-run.sh
Normal file
20
Linux/img-run.sh
Normal file
@@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
###############################################################################################
|
||||
#
|
||||
# ******
|
||||
# *...../ / ******
|
||||
# ************** *****/ *****/*****/***/*************/ ****** /**********
|
||||
# ******/..*****/ *****/ *****/********//******/ ,*****/******,***** ,*****/
|
||||
# *****/ ***** *****/ *****/*****/ *****/ /**************************
|
||||
# *******//*****/ *************/*****/ *********************/*******./*/* ())
|
||||
# ************* ******/*****/*****/ *****/******/. ****** ********** (()))
|
||||
# *****/ *****/ ())
|
||||
# *****/ *****/
|
||||
#
|
||||
#
|
||||
###############################################################################################
|
||||
# NOTICE: LINUX SPECIFIC SCRIPT
|
||||
###############################################################################################
|
||||
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
|
||||
chmod 755 /etc/networkd-dispatcher/routable.d/50-tailscale
|
||||
Reference in New Issue
Block a user