Created
February 26, 2019 17:35
-
-
Save ianloic/ca2455e7ce4489bdf0663451d8acc89b to your computer and use it in GitHub Desktop.
error.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>No Tunnel</title> | |
</head> | |
<body> | |
<h1>No Tunnel</h1> | |
<p>There is no tunnel configured for <i><script>document.write(location.host)</script></i>...</p> | |
<p>Create a tunnel with: | |
<code> | |
tunnel <script>document.write(location.host.replace(/\..*/, ''))</script> PORT | |
</code><br> | |
where <code>PORT</code> is the port of a local web server. | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment