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

Commit

Permalink
Update README.md.
Browse files Browse the repository at this point in the history
* Change version to 1.2.
* Update sample-options.cfg.
  • Loading branch information
stackia committed Mar 18, 2015
1 parent 99b71c2 commit 70ee051
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DNSAgent/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.1.*")]
[assembly: AssemblyVersion("1.2.*")]
[assembly: AssemblyFileVersion("1.0.0.0")]
1 change: 1 addition & 0 deletions DNSAgent/sample-options.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"HideOnStart": false,
"ListenOn": "127.0.0.1:53",
"DefaultNameServer": "8.8.8.8:53",
"QueryTimeout": 4000,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ A sample configuration:
options.cfg:
```
{
"HideOnStart": true,
"ListenOn": "127.0.0.1:53",
"DefaultNameServer": "8.8.8.8:53",
"QueryTimeout": 4000,
Expand Down Expand Up @@ -83,4 +84,4 @@ IPv6 address will only be returned when the client querys for AAAA records.
[2001:4860:4860::8888]:2064 // IPv6 address with a custom port 9029
```

You can press R to reload all configurations without restart this program.
You can press `Ctrl + R` to reload all configurations without restart this program.

0 comments on commit 70ee051

Please sign in to comment.