7dbd88ac06
Script pour afficher son IP publique
2 lines
61 B
Bash
Executable file
2 lines
61 B
Bash
Executable file
#!/bin/sh
|
|
dig +short @resolver1.opendns.com myip.opendns.com
|