Last active
September 3, 2023 14:52
-
-
Save debuggerboy/0970b495601ae10e4f8b7b6788394b55 to your computer and use it in GitHub Desktop.
Detour2 Yaml
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
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