Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

更新你的host文件 - hosthandler

$
0
0

install

npm install hosthandler

desc

里面只有一个update功能,hostname如果已经存在,就注释掉旧的host并且使用拥有新hostip的host;如果hostname不存在即host不存在,就新增一个host

baseinfo

npm: https://www.npmjs.com/package/hosthandler github: https://github.com/kidbai/hosthandler

usage

npm install hosthandler
var host_handler = require('hosthandler');
host_handler.update('127.0.0.1', 'wwww.newhost.com');

其他

记得启动你的app的时候要sudo,否则hosthandler没有权限去修改host文件
sudo node app.js


Viewing all articles
Browse latest Browse all 14821

Trending Articles