This website requires JavaScript.
Explore
Help
Sign in
beenull
/
moby
Watch
1
Star
0
Fork
You've already forked moby
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
53afd2ae9f
moby
/
libnetwork
/
resolver_windows.go
8 lines
96 B
Go
Raw
Normal View
History
Unescape
Escape
Update to Go 1.17.0, and gofmt with Go 1.17 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-08-23 13:14:53 +00:00
//go:build windows
Move the iptables setup for embedded DNS into a reexec process Signed-off-by: Santhosh Manohar <santhosh@docker.com>
2016-04-13 08:28:18 +00:00
package
libnetwork
libnetwork: devirtualize Resolver type https://github.com/golang/go/wiki/CodeReviewComments#interfaces Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-01-20 21:58:23 +00:00
func
(
r
*
Resolver
)
setupIPTable
(
)
error
{
Move the iptables setup for embedded DNS into a reexec process Signed-off-by: Santhosh Manohar <santhosh@docker.com>
2016-04-13 08:28:18 +00:00
return
nil
}
Reference in a new issue
Copy permalink