Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vilicvane/lucky-dns
Lucky DNS, heavily inspired by SinoDNS and ChinaDNS.
https://github.com/vilicvane/lucky-dns
chinadns gfw
Last synced: 20 days ago
JSON representation
Lucky DNS, heavily inspired by SinoDNS and ChinaDNS.
- Host: GitHub
- URL: https://github.com/vilicvane/lucky-dns
- Owner: vilicvane
- Created: 2017-02-24T21:15:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T19:54:36.000Z (almost 8 years ago)
- Last Synced: 2024-11-30T15:41:56.946Z (23 days ago)
- Topics: chinadns, gfw
- Language: TypeScript
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lucky DNS
Heavily inspired by [SinoDNS](https://github.com/isofew/sinodns) and [ChinaDNS](https://github.com/shadowsocks/ChinaDNS).
## Installation
```sh
npm install -g lucky-dns
```## Usage
Just execute `ldns` in command line after installation, see below or `ldns --help` for more details.
```text
USAGEldns [address=127.0.0.1] [port=53] [...options]
PARAMETERS
address - Address to bind
port - Port to listenOPTIONS
-i, --internal - Internal (China) DNS server
-e, --external - External DNS server
-r, --internal-routes - Internal (China) routes fileSUBCOMMANDS
install - Install Lucky DNS as Windows Service
uninstall - Uninstall Lucky DNS Windows Service
```## Build
```sh
npm run build
```## License
MIT License.