mirror of
https://gitgud.io/fatchan/haproxy-protection.git
synced 2025-05-09 02:05:37 +00:00
Fix some issues with runtime socket because geo server splitting used invalid character
Add additional challenge, not enabled yet
This commit is contained in:
@@ -2,7 +2,7 @@ package.path = package.path .. "./?.lua;/etc/haproxy/scripts/?.lua;/etc/haproxy/
|
||||
|
||||
local bot_check = require("bot-check")
|
||||
local utils = require("utils")
|
||||
local server_cn_split_regex = "([^;]+);(%u%u)$"
|
||||
local server_cn_split_regex = "([^;]+)|(%u%u)$"
|
||||
local backends_map = Map.new('/etc/haproxy/map/backends.map', Map._str)
|
||||
|
||||
function get_server_names(txn)
|
||||
|
Reference in New Issue
Block a user