summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-openfortivpn
AgeCommit message (Collapse)Author
2022-10-25treewide: add explicit Lua runtime dependencies where neededJo-Philipp Wich
Some packages require Lua libraries but do not ship with a luasrc directory, add explicit dependencies in these cases. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2022-08-10luci-proto-openfortivpn: Correct server certificate SHA labelMatthew Hagan
According to the documentation[1], the SHA256 hash is used for the trusted-cert option, not SHA1. [1] https://github.com/adrienverge/openfortivpn/blob/master/doc/openfortivpn.1.in Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2022-08-10luci-proto-openfortivpn: add persistent reconnect optionMatthew Hagan
Add ability to specify persistent reconnection interval. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2022-08-10luci-proto-openfortivpn: add user, key, CA PEM supportMatthew Hagan
Add PEM inputs and file handling for user cert, key and CA cert. This handling is largely based upon that used in luci-proto-openconnect. Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
2020-08-26luci-proto-openfortivpn: update config option namesAaron Goodman
update config option names for openfortivpn version 1.14-1-8 Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-08-06luci-proto-openfortivpn: add default route, remove disabled, update textAaron Goodman
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
2020-07-16luci-proto-openfortivpn: add luci interface for openfortivpnAaron Goodman
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>