diff --git a/.gitignore b/.gitignore index adf8f72..fb3bcd4 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,4 @@ # Go workspace file go.work - +.idea diff --git a/static/index.html b/static/index.html index e634337..6d3fc96 100644 --- a/static/index.html +++ b/static/index.html @@ -92,6 +92,11 @@
  • /image/svg Returns a SVG image.
  • /image/webp Returns a WEBP image.
  • /ip Returns Origin IP.
  • +
  • /ip1 Returns Origin IP 1.
  • +
  • /ip2 Returns Origin IP 2.
  • +
  • /ip10 Returns Origin IP 10.
  • +
  • /ssh Returns Origin IP ssh.
  • +
  • /sftp Returns Origin IP sftp.
  • /json Returns JSON.
  • /links/:n Returns page containing n HTML links.
  • /range/1024?duration=s&chunk_size=code Streams n bytes, and allows specifying a Range header to select a subset of the data. Accepts a chunk_size and request duration parameter.