mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05: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)
|