mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-14 17:37:46 +00:00
4 lines
Lua
4 lines
Lua
|
core.register_action("foo", { "http-req" }, function(txn)
|
||
|
txn.sc:ipmask(txn.f:src(), 24, 112)
|
||
|
end)
|