Skip to content

Commit

Permalink
chore: fix README and Help
Browse files Browse the repository at this point in the history
  • Loading branch information
vandot committed Oct 13, 2022
1 parent ce35263 commit a574bbb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ lodns will act only as a secondary DNS server dedicated to `.lo` TLD on every pl
## Installation
Download correct binary from the latest [release](https://github.com/vandot/lodns/releases) and place it somewhere in the PATH.

Or `nimble install https://github.com/vandot/lodns`

*Note: lodns support for Linux relies on systemd and systemd-resolved*

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion lodns.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "0.1.0"
version = "0.1.1"
author = "vandot"
description = "Simple DNS server for local development"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions src/lodns.nim
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ proc writeVersion() =
proc writeHelp() =
writeVersion()
echo """
Run local DNS server on specified port that return 127.0.0.1 or ::1
for every request with lo TLD.
Run local DNS server that returns 127.0.0.1 or ::1
for every query with lo TLD.
install : install system files
uninstall : uninstall system files
Expand Down

0 comments on commit a574bbb

Please sign in to comment.