Codebase list dh-make-golang / 6216092
New upstream version 0.0~git20171018.1df9d7a Dr. Tobias Quathamer 6 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
396396 host = "bazil"
397397 } else if host == "pault.ag" {
398398 host = "pault"
399 } else if host == "howett.net" {
400 host = "howett"
399401 } else {
400402 if *allowUnknownHoster {
401403 suffix, _ := publicsuffix.PublicSuffix(host)