Skip to content

Instantly share code, notes, and snippets.

@mhaskar
Created September 21, 2021 20:23
Embed
What would you like to do?
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