Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Fix a bug causing rule level NameServer override stop working.
Browse files Browse the repository at this point in the history
  • Loading branch information
stackia committed Sep 4, 2015
1 parent f7cdf4d commit 672346f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DNSAgent/Rule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal class Rule
public Rule()
{
Pattern = "$^";
Address = "127.0.0.1";
Address = null;
NameServer = null;
QueryTimeout = null;
CompressionMutation = null;
Expand Down

0 comments on commit 672346f

Please sign in to comment.