Skip to content

Instantly share code, notes, and snippets.

@debuggerboy
Last active September 3, 2023 14:52
Show Gist options
  • Save debuggerboy/0970b495601ae10e4f8b7b6788394b55 to your computer and use it in GitHub Desktop.
Save debuggerboy/0970b495601ae10e4f8b7b6788394b55 to your computer and use it in GitHub Desktop.
Detour2 Yaml
port: 443
certFile: /etc/detour/server.crt
keyFile: /etc/detour/server.key
mappings:
- domain: domain.com
targetURL: https://www.google.com
- domain: sales.domain.com
targetURL: http://anish.pulsiot.com
- domain: rest.domain.com
targetURL: https://www.redhat.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment