Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ONION (0.04 sec)

  1. src/net/dnsclient_unix_test.go

    			continue
    		}
    	}
    }
    
    // Issue 13705: don't try to resolve onion addresses, etc
    func TestAvoidDNSName(t *testing.T) {
    	tests := []struct {
    		name  string
    		avoid bool
    	}{
    		{"foo.com", false},
    		{"foo.com.", false},
    
    		{"foo.onion.", true},
    		{"foo.onion", true},
    		{"foo.ONION", true},
    		{"foo.ONION.", true},
    
    		// But do resolve *.local address; Issue 16739
    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