Initial commit
This commit is contained in:
13
Cloudflared/config/config.yml
Executable file
13
Cloudflared/config/config.yml
Executable file
@ -0,0 +1,13 @@
|
||||
tunnel: <tunnel-uuid>
|
||||
credentials-file: /etc/cloudflared/<tunnel-uuid>.json
|
||||
|
||||
ingress:
|
||||
- hostname: '<domain.tld>'
|
||||
service: https://caddy:443
|
||||
originRequest:
|
||||
originServerName: '<domain.tld>'
|
||||
- hostname: '*.<domain.tld>'
|
||||
service: https://caddy:443
|
||||
originRequest:
|
||||
originServerName: '*.<domain.tld>'
|
||||
- service: http_status:404
|
Reference in New Issue
Block a user