mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
fb5ad65e5c
support multiple upstream interfaces in config. Signed-off-by: kouhei-ioroi <kouhei@ioroi.group>
19 lines
426 B
Plaintext
19 lines
426 B
Plaintext
|
|
config cloudflared 'config'
|
|
option enabled '0'
|
|
list interfaces 'wan'
|
|
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'
|
|
|