1.0.7 • Published 4 years ago

@luchangfeng/dns-m v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

dns-m is a tool help you easy to manage your dns in MacOS and Windows system.

Install

npm i -g @luchangfeng/dns-m

Work Service

Workservice is your network interface name, you can look at it by command in MacOS:

networksetup -listallnetworkservices

in Windows, it is your modem's name.

Before use dns, we should use dm select <workservicename> to select the work service.

Usage

You can use dm -h to look at all commands.

dm select <workserviceName>: select the work service, default service is "Wi-Fi"

dm ls: list all available dns.

dm add <name> <dns>: add one dns to list.

dm del <name>: delete one dns from list.

dm use <name>: use the specified dns, the system's dns will change to this value.

Release Note

1.0.7 1. Support Windows.

1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago