We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9a1590 + 0505a84 commit b195a10Copy full SHA for b195a10
1 file changed
sandbox_dns_unix.go
@@ -90,6 +90,10 @@ func (sb *sandbox) buildHostsFile() error {
90
func (sb *sandbox) updateHostsFile(ifaceIP string) error {
91
var mhost string
92
93
+ if ifaceIP == "" {
94
+ return nil
95
+ }
96
+
97
if sb.config.originHostsPath != "" {
98
return nil
99
}
0 commit comments