Initial commit

This commit is contained in:
2022-12-08 21:44:08 +01:00
commit cf074be1a8
11 changed files with 416 additions and 0 deletions

13
Cloudflared/config/config.yml Executable file
View 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