]> git.rmz.io Git - dotfiles.git/blob - bin/whatsmyip
get the external ip from dd-wrt
[dotfiles.git] / bin / whatsmyip
1 #!/bin/bash
2 # only works behind DD-WRT router
3 ssh root@192.168.1.3 -p 2222 -q "nvram get wan_ipaddr"