We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi how easy would it be to add the current Public IP address to the email that is sent out.
http://ifconfig.co/ip gives the Public IP Address
http://ifconfig.co/ip
Something like the below ?? :local fetchdata [/tool fetch url="http://ifconfig.co/ip" output=user] :local extip ($fetchdata->"data") :local extip [ :pick [ :tostr "$extip" ] 0 [ :find "$extip" " " ] ] "IP updated to $extip!"
:local fetchdata [/tool fetch url="http://ifconfig.co/ip" output=user]
:local extip ($fetchdata->"data")
:local extip [ :pick [ :tostr "$extip" ] 0 [ :find "$extip" "
" ] ]
"IP updated to $extip!"
The text was updated successfully, but these errors were encountered:
Hello, are you talking about this repo? https://github.com/beeyev/Mikrotik-Duckdns-Dynamic-IP-Updater
Sorry, something went wrong.
Not really, just wanted it in the body of the email for reference if ever needed.
Done!
No branches or pull requests
Hi how easy would it be to add the current Public IP address to the email that is sent out.
http://ifconfig.co/ip
gives the Public IP Address
Something like the below ??
:local fetchdata [/tool fetch url="http://ifconfig.co/ip" output=user]
:local extip ($fetchdata->"data")
:local extip [ :pick [ :tostr "$extip" ] 0 [ :find "$extip" "
" ] ]
"IP updated to $extip!"
The text was updated successfully, but these errors were encountered: