Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for avoidDNS (0.08 sec)

  1. src/net/dnsclient_unix_test.go

    		// private.
    		{"local", false},
    		{"onion", false},
    		{"local.", false},
    		{"onion.", false},
    	}
    	for _, tt := range tests {
    		got := avoidDNS(tt.name)
    		if got != tt.avoid {
    			t.Errorf("avoidDNS(%q) = %v; want %v", tt.name, got, tt.avoid)
    		}
    	}
    }
    
    func TestNameListAvoidDNS(t *testing.T) {
    	c := &dnsConfig{search: []string{"go.dev.", "onion."}}
    	got := c.nameList("www")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
Back to top