blob: 44e840f1578e9ec9177bd96efce26c33cbdcc283 [file] [log] [blame]
//go:build windows
package libnetwork
import (
"context"
"net/netip"
)
// Stub implementations for DNS related functions
func (sb *Sandbox) setupResolutionFiles(_ context.Context) error {
return nil
}
func (sb *Sandbox) restoreHostsPath() {}
func (sb *Sandbox) restoreResolvConfPath() {}
func (sb *Sandbox) deleteHostsEntries(ifaceAddrs []netip.Addr) {}