Skip to content

Instantly share code, notes, and snippets.

@Mozartted
Created May 26, 2018 09:33
Show Gist options
  • Save Mozartted/e7d4f56bf37fab2f4da242e734e40542 to your computer and use it in GitHub Desktop.
Save Mozartted/e7d4f56bf37fab2f4da242e734e40542 to your computer and use it in GitHub Desktop.
:2015 # Host: (any), Port: 2015
localhost # Host: localhost; Port: 2015
localhost:8080 # Host: localhost; Port: 8080
example.com # Host: example.com; Ports: 80->443
http://example.com # Host: example.com; Port: 80
https://example.com # Host: example.com; Ports: 80->443
http://example.com:1234 # Host: example.com; Port: 1234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment