Thanks to the ngx_echo module, it is trivially easy to build a clone of the icanhazip.com service with nginx:
server { listen 80; listen [::]:80; location / { echo $remote_addr; } }
Please enable JavaScript to view the comments powered by Disqus.
blog comments powered by Disqus