feat: fix hetzner api provide example-config.yaml instead of config.yaml which is used for testing
This commit is contained in:
17
example-config.yaml
Normal file
17
example-config.yaml
Normal 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"
|
||||
Reference in New Issue
Block a user