Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for yoursearchdomain (0.13 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/config_selfclient.go

    	if host == "0.0.0.0" || host == "::" {
    		// Get ip of local interface, but fall back to "localhost".
    		// Note that "localhost" is resolved with the external nameserver first with Go's stdlib.
    		// So if localhost.<yoursearchdomain> resolves, we don't get a 127.0.0.1 as expected.
    		host = getLoopbackAddress(isIPv6)
    	}
    	return host, port, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 23 00:06:34 UTC 2021
    - 3.1K bytes
    - Viewed (0)
Back to top