change port to 8443 & add dns script

This commit is contained in:
Michi 2025-04-22 08:57:57 +02:00
parent 733fe0716b
commit 55862ba54d
3 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,4 @@
#!/bin/bash
IP=$(ip addr show wlan0 | grep 'inet ' | awk '{print $2}' | cut -d'/' -f1)
curl -s 'https://www.duckdns.org/update?domains=<DOMAIN>&token=<TOKEN>&ip='$IP