Mock Domains on localhost .
npm i -g mockd
-
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 kd -
start server
sudo mockd # require root permission -
when 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
This project is licensed under the MIT License - see the LICENSE.md file for details