blob: c8faf55e39ddc4d9434359f836a894fdc61b2bf5 [file] [log] [blame]
//go:build windows
package libnetwork
import "context"
func (r *Resolver) setupNAT(context.Context) error {
return nil
}