Skip to content

Commit

Permalink
New default resolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeans committed Dec 20, 2016
1 parent 92b37bc commit e89f1c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ Those listed below have contributed to `SimpleDnsCrypt`, and are the copyright h
* @emirgian
* @bcien
* @eson57
* @simonclausen
* @simonclausen
* @ShellAddicted
7 changes: 4 additions & 3 deletions SimpleDnsCrypt/Config/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,17 +128,17 @@ public static class Global
/// <summary>
/// The backup primary resolver, if DefaultPrimaryResolverName is not in the list.
/// </summary>
public const string DefaultPrimaryBackupResolverName = "d0wn-random-ns1";
public const string DefaultPrimaryBackupResolverName = "ns0.dnscrypt.is";

/// <summary>
/// The default secondary resolver, if no resolver is set (on start up)
/// </summary>
public const string DefaultSecondaryResolverName = "d0wn-random-ns2";
public const string DefaultSecondaryResolverName = "dnscrypt.eu-nl";

/// <summary>
/// The backup secondary resolver, if DefaultSecondaryResolverName is not in the list.
/// </summary>
public const string DefaultSecondaryBackupResolverName = "dnscrypt.eu-nl";
public const string DefaultSecondaryBackupResolverName = "dnscrypt.eu-dk";

/// <summary>
/// Time we wait on a service restart (ms).
Expand Down Expand Up @@ -202,6 +202,7 @@ public static class Global
public static readonly string[] DnsCryptProxyFiles =
{
"dnscrypt-proxy.exe",
"dnscrypt-proxy-secondary.exe",
"dnscrypt-resolvers.csv",
"dnscrypt-resolvers.csv.minisig",
"hostip.exe",
Expand Down

0 comments on commit e89f1c5

Please sign in to comment.