1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--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
}