Skip to content

Instantly share code, notes, and snippets.

@nhooyr
Created September 24, 2016 16:14
Show Gist options
  • Select an option

  • Save nhooyr/b46a7bbc41519946fd145700d940360b to your computer and use it in GitHub Desktop.

Select an option

Save nhooyr/b46a7bbc41519946fd145700d940360b to your computer and use it in GitHub Desktop.
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