|
@@ -72,10 +72,10 @@ func fileExists(filePath string) bool {
|
|
// This function define the DNS not supported by zoraxy
|
|
// This function define the DNS not supported by zoraxy
|
|
func getExcludedDNSProviders() []string {
|
|
func getExcludedDNSProviders() []string {
|
|
return []string{
|
|
return []string{
|
|
- "edgedns", //Too complex data structure
|
|
|
|
- "exec", //Not a DNS provider
|
|
|
|
- "httpreq", //Not a DNS provider
|
|
|
|
- "hurricane", //Multi-credentials arch
|
|
|
|
|
|
+ "edgedns", //Too complex data structure
|
|
|
|
+ "exec", //Not a DNS provider
|
|
|
|
+ "httpreq", //Not a DNS provider
|
|
|
|
+ //"hurricane", //Multi-credentials arch
|
|
"oraclecloud", //Evil company
|
|
"oraclecloud", //Evil company
|
|
"acmedns", //Not a DNS provider
|
|
"acmedns", //Not a DNS provider
|
|
"selectelv2", //Not sure why not working with our code generator
|
|
"selectelv2", //Not sure why not working with our code generator
|