Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
USAGE

ldns [address=127.0.0.1] [port=53] [...options]

PARAMETERS

address - Address to bind
port - Port to listen

OPTIONS

-i, --internal - Internal (China) DNS server
-e, --external - External DNS server
-r, --internal-routes - Internal (China) routes file

SUBCOMMANDS

install - Install Lucky DNS as Windows Service
uninstall - Uninstall Lucky DNS Windows Service
```

## Build

```sh
npm run build
```

## License

MIT License.