Skip to content

Commit

Permalink
up dns readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi-love committed Nov 24, 2016
1 parent 1edb432 commit d47c147
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
dns proxy server

dns server depend `os` , `dns` , `dgram` module on Node.js environment。use `dgram` module create proxy server ,
`lookup()` function and `resolve4()` funtion will be resolve domain to ipv4.
`lookup()` function and `resolve4()` funtion will be resolve domain to ipv4.
dns proxy server depend on operation system configuration files (e.g. `/etc/hosts` or `hosts`).

### why
you to develop a program on your computer. want to test on mobile phones.
Expand Down
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dns-proxy-server",
"version": "1.1.2",
"description": "dns proxy server",
"version": "1.1.3",
"description": "dns proxy server & use dnsproxy on cmd online",
"main": "index.js",
"bin": {
"dnsproxy": "./bin/start.js"
Expand All @@ -14,7 +14,13 @@
"url": "git+https://github.com/Yi-love/dns-proxy-server.git"
},
"keywords": [
"dns"
"dns",
"proxy",
"dns proxy",
"resolve",
"domain",
"http",
"http proxy"
],
"author": "Jin",
"license": "MIT",
Expand Down

0 comments on commit d47c147

Please sign in to comment.