mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 01:44:32 +04:00
Resolved conflict between remotely-managed tunnel and locally-managed tunnel configurations. - Bumped PKG_RELEASE to 2 - Commented out 'config' and 'origincert' options in default configuration file - Preserved options as comments for user reference Signed-off-by: Akihiro Nagai <bashing.tremors_0f@icloud.com>
18 lines
403 B
Plaintext
18 lines
403 B
Plaintext
|
|
config cloudflared 'config'
|
|
option enabled '0'
|
|
option token ''
|
|
# option config '/etc/cloudflared/config.yml'
|
|
# option origincert '/etc/cloudflared/cert.pem'
|
|
option edge_bind_address ''
|
|
option edge_ip_version ''
|
|
option grace_period ''
|
|
option protocol 'auto'
|
|
option region ''
|
|
option retries ''
|
|
option tag ''
|
|
option metrics ''
|
|
option loglevel 'info'
|
|
option logfile '/var/log/cloudflared.log'
|
|
|