Skip to content

Commit d63c731

Browse files
committed
change tunnel-edge config to use 127.0.0.1 as the server name, because ALI Cloud will ban the tunnel.cloud.io
1 parent c042e4c commit d63c731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/edgeadm/constant/manifests/tunnel-edge.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ data:
3232
[mode.edge.stream.client]
3333
token = "{{.TunnelCloudEdgeToken}}"
3434
cert = "/etc/superedge/tunnel/certs/cluster-ca.crt"
35-
dns = "tunnel.cloud.io"
35+
dns = "127.0.0.1"
3636
servername = "{{.MasterIP}}:{{.TunnelPersistentConnectionPort}}"
3737
logport = 51010
3838
[mode.edge.https]

0 commit comments

Comments
 (0)