pptp plugin

This commit is contained in:
jysperm
2014-04-22 16:35:08 +08:00
parent 7ce64ec1ee
commit fa0c4a18d6
5 changed files with 31 additions and 0 deletions

0
plugin/pptp/INSTALL.md Normal file
View File

View File

@@ -0,0 +1,6 @@
module.exports =
update_passwd:
mode: 'passwd'
callback: ->
widget: ->

19
plugin/pptp/index.coffee Normal file
View File

@@ -0,0 +1,19 @@
action = require './action'
service = require './service'
monitor = require './monitor'
module.exports =
name: 'pptp'
type: 'service'
version: '0.1.0'
action: action
service: service
monitor: monitor
panel_widget:
content: action.widget
resources: [
'transfer'
]

View File

View File

@@ -0,0 +1,6 @@
module.exports =
enable: ->
pause: ->
delete: ->