mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 19:04:32 +04:00
Most of the PQ and FIPS compliant curves are already available in go 1.24. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
18 lines
401 B
Plaintext
18 lines
401 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'
|
|
|