mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +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
629 B
YAML
18 lines
629 B
YAML
# https://developers.cloudflare.com/cloudflare-one/networks/connectors/cloudflare-tunnel/do-more-with-tunnels/local-management/configuration-file/
|
|
|
|
# NOTICE
|
|
# Cloudflare recommends setting up a remotely-managed tunnel.
|
|
# Remotely-managed configurations are stored on Cloudflare,
|
|
# which allows you to manage the tunnel from any machine
|
|
# using the dashboard, API, or Terraform.
|
|
|
|
#tunnel: <Tunnel-UUID>
|
|
#credentials-file: /etc/cloudflared/<Tunnel-UUID>.json
|
|
#
|
|
#ingress:
|
|
# - hostname: luci.example.com
|
|
# service: http://localhost:80
|
|
# - hostname: ssh.example.com
|
|
# service: ssh://localhost:22
|
|
# - service: http_status:404
|