mockd
v0.3.0
Published
mock domain tool
Readme
MockD
Mock Domains on localhost .
Getting Started
Installing
npm i -g mockdUsage
edit ~/.mockd/proxy.json
example:
{ "akc": "http://127.0.0.1:8002", "kd": "https://www.youdao.com" }edit /etc/hosts
127.0.0.1 akc 127.0.0.1 kdstart server
sudo mockd # require root permissionwhen visited
akc, you will be proxy to http://127.0.0.1:8002ps: if proxy.json file changed , you need to restart your mockd server
License
This project is licensed under the MIT License - see the LICENSE.md file for details
