add tailscale scripts

This commit is contained in:
root
2026-01-31 00:17:02 +08:00
parent 044bd6c8a3
commit c5e6fdcbf5
30 changed files with 4 additions and 1 deletions

4
myip.sh Executable file
View File

@@ -0,0 +1,4 @@
echo Local IP: $(echo `hostname -I` | awk '{print $1;}')
echo Public IP: `curl -s ifconfig.me`
echo