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