Files
packages/net/cloudflared/files/cloudflared.config
Sergey Ponomarev ac3fa0b87e cloudflared: refine config.yml
The config.yml is an example of a tunnel local configuration.
But the cloudlfared treat it as a real config and fails to start.
So to avoid problems let's comment all the statements.

The `url: http://localhost:8000` is not a valid config option.

Additionally add a smale of configuring ingres rules.

The cloudflared.config has missing option token.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
(cherry picked from commit b3580a76d8)
2024-02-04 15:00:52 +08:00

11 lines
244 B
Plaintext

config cloudflared 'config'
option enabled '0'
option token ''
option config '/etc/cloudflared/config.yml'
option origincert '/etc/cloudflared/cert.pem'
option region ''
option loglevel 'info'
option logfile '/var/log/cloudflared.log'