Diskussion:IP-Adresse/Extern: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
K Textersetzung - „http://“ durch „https://“ |
||
Zeile 1: | Zeile 1: | ||
$ '''linux -dump | $ '''linux -dump https://www.formyip.com/ | awk "/IP is/" | awk {'print $4'}''' | ||
$ '''curl -L -s --max-time 10 | $ '''curl -L -s --max-time 10 https://checkip.dyndns.org | grep -Eo -m 1 '([[:digit:]]{1,3}.){3}[[:digit:]]{1,3}' ''' |
Version vom 7. April 2025, 14:47 Uhr
$ linux -dump https://www.formyip.com/ | awk "/IP is/" | awk {'print $4'}
$ curl -L -s --max-time 10 https://checkip.dyndns.org | grep -Eo -m 1 '(digit:{1,3}.){3}digit:{1,3}'