Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit 61d8738

Browse files
committed
Fixes internal host domain name
1 parent 3ac84eb commit 61d8738

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/hyperkit/network.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func (d *Hyperkit) networkingDaemonSpec() daemon.DaemonSpec {
4343
"--port", path.Join(d.Config.VpnKitStateDir, "vpnkit_port.sock"),
4444
"--vsock-path", path.Join(d.Config.StateLinuxkit, "connect"),
4545
"--http", path.Join(d.Config.VpnKitStateDir, "http_proxy.json"),
46-
"--host-names", "host.cfded.sh",
46+
"--host-names", "host.cfdev.sh",
4747
},
4848
RunAtLoad: false,
4949
StdoutPath: path.Join(d.Config.LogDir, "vpnkit.stdout.log"),

0 commit comments

Comments
 (0)