feature(http): Add feature to return just the raw IP for shell scripts #1
Loading…
Reference in a new issue
No description provided.
Delete branch "gyptazy/checkmyip:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR
feature(http): Add feature to return just the raw IP for shell scripts
Details
Add a possibility to gather just the IP address on clients for the http method by executing the context switch
/raw
to just obtain the ip address. This may become handy on some limited devices where no further json parsing can be done because of missing interpreters likejq
. For this cases, this makes it easy to get the ip instead of parsing the returned json content.