summaryrefslogtreecommitdiffstats
path: root/openssh-controller.lua
diff options
context:
space:
mode:
Diffstat (limited to 'openssh-controller.lua')
-rw-r--r--openssh-controller.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/openssh-controller.lua b/openssh-controller.lua
index c5b199a..30800f5 100644
--- a/openssh-controller.lua
+++ b/openssh-controller.lua
@@ -91,3 +91,8 @@ function expert(self)
return controllerfunctions.handle_form(self, self.model.getconfigfile, self.model.setconfigfile, self.clientdata, "Save", "Edit Config", "Configuration Saved")
end
+function connectedpeers(self)
+ return self.model.list_conn_peers()
+end
+function welcome(self)
+end