Skip to content

Instantly share code, notes, and snippets.

@mhaskar
Created September 21, 2021 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mhaskar/b354c7393823718c320c3ce5b99dabd0 to your computer and use it in GitHub Desktop.
Save mhaskar/b354c7393823718c320c3ce5b99dabd0 to your computer and use it in GitHub Desktop.
site_host(localip(), 80, "/ab2g", "TEXT", "text/html", "Stager Override", false);
site_host(localip(), 443, "/ab2g", "TEXT", "text/html", "Stager Override", true);
site_host(localip(), 80, "/ab2h", "TEXT", "text/html", "Stager Override", false);
site_host(localip(), 443, "/ab2h", "TEXT", "text/html", "Stager Override", true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment