Created
September 24, 2016 16:14
-
-
Save nhooyr/b46a7bbc41519946fd145700d940360b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| hosts = [ | |
| "aubble.com", | |
| "www.aubble.com", | |
| ] | |
| email = "[email protected]" | |
| protos = { | |
| h2 = { | |
| fallback = "localhost:8080" | |
| hosts = { | |
| avondieselemission.com = "localhost:8083" | |
| www.avondieselemission.com = "localhost:8083" | |
| } | |
| } | |
| http/1.1 = { | |
| fallback = "localhost:8081" | |
| hosts = { | |
| avondieselemission.com = "localhost:8084" | |
| www.avondieselemission.com = "localhost:8084" | |
| } | |
| } | |
| ssh = { | |
| fallback = "localhost:8081" | |
| } | |
| openvpn = { | |
| fallback = "localhost:1194" | |
| } | |
| } | |
| default = { | |
| fallback = "localhost:8081" | |
| hosts = { | |
| avondieselemission.com = "localhost:8084" | |
| www.avondieselemission.com = "localhost:8084" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment