mirror of
https://gitgud.io/fatchan/haproxy-protection.git
synced 2025-05-09 02:05:37 +00:00
feat: initial commit
This commit is contained in:
5
scripts/register.lua
Normal file
5
scripts/register.lua
Normal file
@ -0,0 +1,5 @@
|
||||
package.path = package.path .. "./?.lua;/usr/local/etc/haproxy/scripts/?.lua"
|
||||
|
||||
require("guard")
|
||||
|
||||
core.register_service("hello-world", "http", guard.hello_world);
|
Reference in New Issue
Block a user