Created
January 13, 2022 01:15
-
-
Save sirkirby/4d5a4b2f72490b8063e3c3554d2130af to your computer and use it in GitHub Desktop.
Cloudflare tunnel ingress rules
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
tunnel: fd1f3bb2-ca6d-4807-9e60-b5b6834d060e | |
credentials-file: fd1f3bb2-ca6d-4807-9e60-b5b6834d060e.json | |
originRequest: # Root-level configuration | |
connectTimeout: 30s | |
noTLSVerify: true | |
ingress: | |
# plex media server | |
- hostname: plex.mydomain.net | |
service: https://192.168.1.20:32400 | |
# my awesome dog website | |
- hostname: "*.petsname.dog" | |
service: http://localhost:3001 | |
# catch all | |
- service: http_status:404 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment