diff options
Diffstat (limited to 'dnsmasq-controller.lua')
-rw-r--r-- | dnsmasq-controller.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dnsmasq-controller.lua b/dnsmasq-controller.lua index 22fe912..c20cab0 100644 --- a/dnsmasq-controller.lua +++ b/dnsmasq-controller.lua @@ -22,4 +22,8 @@ function mymodule.viewleases(self) return self.model.getleases() end +function mymodule.logfile(self) + return self.model.get_logfile(self, self.clientdata) +end + return mymodule |