Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for openbsd_no_resolv_conf (0.23 sec)

  1. src/net/conf_test.go

    			nss:       nssStr(t, "foo: bar"),
    			hostTests: []nssHostTest{{"google.com", "myhostname", hostLookupFilesDNS}},
    		},
    		// On OpenBSD, no resolv.conf means no DNS.
    		{
    			name: "openbsd_no_resolv_conf",
    			c: &conf{
    				goos: "openbsd",
    			},
    			resolv:    defaultResolvConf,
    			hostTests: []nssHostTest{{"google.com", "myhostname", hostLookupFiles}},
    		},
    		{
    			name: "solaris_no_nsswitch",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 20:46:36 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top