moby/libnetwork/resolver_windows.go
Santhosh Manohar 61510dc222 Move the iptables setup for embedded DNS into a reexec process
Signed-off-by: Santhosh Manohar <santhosh@docker.com>
2016-04-15 23:37:20 -07:00

7 lines
95 B
Go

// +build windows
package libnetwork
func (r *resolver) setupIPTable() error {
return nil
}