Skip to content

Commit 92f6485

Browse files
committed
remove JA4 dependency
1 parent d02d2ed commit 92f6485

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

defaults/main/0_hardcoded.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ HAPROXY_HC:
5252
acme_script: "https://github.com/dehydrated-io/dehydrated/releases/download/v{{ version_dehydrated }}/dehydrated-{{ version_dehydrated }}.tar.gz"
5353
ja3n_script: 'https://raw.githubusercontent.com/O-X-L/haproxy-ja3n/latest/ja3n.lua'
5454
ja4_script: 'https://raw.githubusercontent.com/O-X-L/haproxy-ja4/latest/ja4.lua'
55-
sha2_script: 'https://raw.githubusercontent.com/Egor-Skriptunoff/pure_lua_SHA/master/sha2.lua' # ja4 dependency
5655

5756
valid_geoip_providers: ['ipinfo', 'maxmind']
5857
user_geoip: 'haproxy-geoip'

tasks/debian/install.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,4 @@
116116
mode: 0750
117117
tags: lua
118118

119-
- name: HAProxy | Install | Download SHA2 LUA-library (JA4 dependency)
120-
ansible.builtin.get_url:
121-
url: "{{ HAPROXY_HC.url.sha2_script }}"
122-
dest: "{{ HAPROXY_HC.path.lua }}/sha2.lua"
123-
owner: 'root'
124-
group: 'haproxy'
125-
mode: 0750
126-
tags: lua
127-
128119
# todo: opt-in for JA4-DB lookups + map update service (https://github.com/O-X-L/haproxy-ja4)

0 commit comments

Comments
 (0)