feat: fix hetzner api provide example-config.yaml instead of config.yaml which is used for testing

This commit is contained in:
2025-04-25 21:15:01 +02:00
parent adae58b7bc
commit 12fbd33dd1
3 changed files with 81 additions and 28 deletions

17
example-config.yaml Normal file
View File

@@ -0,0 +1,17 @@
server:
bind_address: ":9090"
tls:
enabled: false
cert_file: "cert.pem"
key_file: "key.pem"
upstream:
provider: hetzner
hetzner:
api_token: "YOUR_HETZNER_API_TOKEN"
clients:
client1:
secret: "s3cr3t123"
exact:
- "home.example.com"
wildcard:
- "example.net"