Files
haproxy-protection/scripts/register.lua
2021-06-07 23:44:39 +03:00

7 lines
243 B
Lua

package.path = package.path .. "./?.lua;/usr/local/etc/haproxy/scripts/?.lua"
require("guard")
require("hcaptcha")
core.register_service("hello-world", "http", guard.hello_world)
core.register_service("hcaptcha-view", "http", hcaptcha.view)