Skip to content

Commit

Permalink
change tunnel-edge config to use 127.0.0.1 as the server name, becaus…
Browse files Browse the repository at this point in the history
…e ALI Cloud will ban the tunnel.cloud.io
  • Loading branch information
dodiadodia committed Jul 18, 2022
1 parent c042e4c commit d63c731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/edgeadm/constant/manifests/tunnel-edge.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ data:
[mode.edge.stream.client]
token = "{{.TunnelCloudEdgeToken}}"
cert = "/etc/superedge/tunnel/certs/cluster-ca.crt"
dns = "tunnel.cloud.io"
dns = "127.0.0.1"
servername = "{{.MasterIP}}:{{.TunnelPersistentConnectionPort}}"
logport = 51010
[mode.edge.https]
Expand Down

0 comments on commit d63c731

Please sign in to comment.