mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 05:49:50 +00:00
Fix incorrect uci config syntax, caused by a careless newbie contributer. Modify function append_param_arg() in init script, to support hyphenated arguments. Add more command parameters as uci options, no value is set to keep it default. Signed-off-by: Ryan Keane <the.ra2.ifv@gmail.com>
18 lines
402 B
Plaintext
18 lines
402 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 'http2'
|
|
option region ''
|
|
option retries ''
|
|
option tag ''
|
|
option metrics ''
|
|
option loglevel 'info'
|
|
option logfile '/var/log/cloudflared.log'
|
|
|