文件名称:nodepptp:节点的PPTP管理库
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-22 15:40:18
JavaScript
节点pptp 在Linux上管理pptpd的用户,会话和设置。 该库的目的不是帮助您获得有效的pptpd设置并运行,它假定您已经完成了此操作-请参阅许多与在Internet上设置pptpd相关的指南- 经过测试: Centos的6.4 Centos的6.5 Centos 7 用法 加载pptp库 var pptp = require('./nodepptp'); PPTPD设置 /** * Display the PPTPD settings from the file set in config.json * @param Array settings array */ pptp . settings . pptpd . load ( function ( settings ) { console . log ( settings ) ; // output
【文件预览】:
nodepptp-master
----lib()
--------ifconfig.js(3KB)
--------sessions.js(5KB)
--------users.js(5KB)
--------settings.js(3KB)
----LICENSE(18KB)
----config.json(241B)
----README.md(4KB)
----index.js(288B)
----package.json(450B)