Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wcAnswers (0.11 sec)

  1. pkg/dns/client/dns.go

    				/// Otherwise we expand the wildcard to the original question domain
    				if len(cnAnswers) > 0 {
    					copied.Header().Name = hostname
    				} else {
    					copied.Header().Name = question
    				}
    				wcAnswers = append(wcAnswers, copied)
    			}
    		}
    
    		// We will return a chained response. In a chained response, the first entry is the cname record,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Feb 29 16:17:34 UTC 2024
    - 23.9K bytes
    - Viewed (0)
Back to top