net-through

0.1.9 • Public • Published

内网穿透服器

启动服务器

ntr server start|stop

启动客户端

ntr client start|stop

服务器配置

{
    //
    "port": 8574,
    //http(s)
    "listen": [
        80,
        443
    ]
}

客户端配置

{
    //
    "server": {
        "host": "localhost",
        "port": 8574
    },
    //
    "domains": {
        "localhost": 80 //localhost80
    }
}

Readme

Keywords

none

Package Sidebar

Install

npm i net-through

Weekly Downloads

0

Version

0.1.9

License

ISC

Unpacked Size

26.1 kB

Total Files

16

Last publish

Collaborators

  • yizhi