haproxy map
This commit is contained in:
@@ -35,7 +35,10 @@ APP_TYPES = [
|
||||
'nginx_map',
|
||||
'nginx_deny',
|
||||
'apache_24',
|
||||
'apache_22',
|
||||
'haproxy_acl',
|
||||
'haproxy_lua',
|
||||
'haproxy_map',
|
||||
'raw-cidr_txt',
|
||||
'raw-newline_txt',
|
||||
'raw-json',
|
||||
@@ -198,6 +201,7 @@ def process_country(country, networks_count, force=False):
|
||||
'apache_24': ConfigGenerator.generate_apache_24,
|
||||
'haproxy_acl': ConfigGenerator.generate_haproxy_acl,
|
||||
'haproxy_lua': ConfigGenerator.generate_haproxy_lua,
|
||||
'haproxy_map': ConfigGenerator.generate_haproxy_map,
|
||||
}
|
||||
|
||||
generator = generators.get(app_type)
|
||||
|
||||
Reference in New Issue
Block a user