mirror of
https://github.com/michivonah/bbzw-horizon.git
synced 2025-12-22 17:16:27 +01:00
change port to 8443 & add dns script
This commit is contained in:
parent
733fe0716b
commit
55862ba54d
3 changed files with 7 additions and 2 deletions
4
duckdns/update_duckdns.sh
Normal file
4
duckdns/update_duckdns.sh
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue