This commit is contained in:
Simon Zolin
2020-01-31 13:27:53 +03:00
parent 143a86a28a
commit 84b5708e71
2 changed files with 0 additions and 53 deletions

View File

@@ -51,7 +51,6 @@ func getValidNetInterfaces() ([]net.Interface, error) {
// getValidNetInterfacesMap returns interfaces that are eligible for DNS and WEB only
// we do not return link-local addresses here
// nolint:dupl
func getValidNetInterfacesForWeb() ([]netInterface, error) {
ifaces, err := getValidNetInterfaces()
if err != nil {