File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ require_config() {
5050
5151 cat << EOF >build-config.sh.tpl
5252# DNS domain of kms rpc and dstack-gateway rpc
53- # *.1022.kvin.wang resolves to 10.0.2.2 which is the IP of the host system
53+ # *.1022.dstack.org resolves to 10.0.2.2 which is the IP of the host system
5454# from CVMs point of view
55- KMS_DOMAIN=kms.1022.kvin.wang
56- GATEWAY_DOMAIN=gateway.1022.kvin.wang
55+ KMS_DOMAIN=kms.1022.dstack.org
56+ GATEWAY_DOMAIN=gateway.1022.dstack.org
5757
5858# CIDs allocated to VMs start from this number of type unsigned int32
5959VMM_CID_POOL_START=$CID_POOL_START
@@ -80,7 +80,7 @@ GATEWAY_KEY=$CERBOT_WORKDIR/live/key.pem
8080
8181BIND_PUBLIC_IP=0.0.0.0
8282
83- GATEWAY_PUBLIC_DOMAIN=app.kvin.wang
83+ GATEWAY_PUBLIC_DOMAIN=<your domain for zt-https>
8484
8585# for certbot
8686CERTBOT_ENABLED=false
You can’t perform that action at this time.
0 commit comments