9 lines
246 B
Text
9 lines
246 B
Text
tunnel: <%= @tunnel_name %>
|
|
credentials-file: /etc/cloudflared/<%= @tunnel_name %>.json
|
|
|
|
ingress:
|
|
<% @tunnel_hostname.each do |hostname, service| %>
|
|
- hostname: <%= hostname %>
|
|
service: <%= service %>
|
|
<% end %>
|
|
- service: http_status:404
|