This excempts my two emacs configurations for spacemacs and doom-emacs. THere are still credentials in plaintext and I need to solve how to store those in git without the credentials.
4 lines
74 B
Fish
4 lines
74 B
Fish
function getWanIp
|
|
dig +short myip.opendns.com @resolver1.opendns.com
|
|
end
|