Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Created January 13, 2022 01:15
Show Gist options
  • Save sirkirby/4d5a4b2f72490b8063e3c3554d2130af to your computer and use it in GitHub Desktop.
Save sirkirby/4d5a4b2f72490b8063e3c3554d2130af to your computer and use it in GitHub Desktop.
Cloudflare tunnel ingress rules
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