This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| deb13:raspi [2026/03/02 15:20] – [Dynamic DNS] Bernard Condrau | deb13:raspi [2026/03/02 15:45] (current) – Bernard Condrau | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| dig TXT +short o-o.myaddr.l.google.com @ns1.google.com: | dig TXT +short o-o.myaddr.l.google.com @ns1.google.com: | ||
| - | https:// | + | wget "https:// |
| + | |||
| + | echo " | ||
| + | |||
| + | # | ||
| + | while read line; do | ||
| + | word=( $line ) | ||
| + | echo $word | ||
| + | done < $1 | ||
| + | if [ $word == " | ||
| + | echo " | ||
| + | else | ||
| + | echo "not equal" | ||
| + | fi | ||
| + | |||
| ==== Links ==== | ==== Links ==== | ||
| * [[https:// | * [[https:// | ||