Skip to content

Commit

Permalink
remove JA4 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Aug 26, 2024
1 parent d02d2ed commit 92f6485
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion defaults/main/0_hardcoded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ HAPROXY_HC:
acme_script: "https://github.com/dehydrated-io/dehydrated/releases/download/v{{ version_dehydrated }}/dehydrated-{{ version_dehydrated }}.tar.gz"
ja3n_script: 'https://raw.githubusercontent.com/O-X-L/haproxy-ja3n/latest/ja3n.lua'
ja4_script: 'https://raw.githubusercontent.com/O-X-L/haproxy-ja4/latest/ja4.lua'
sha2_script: 'https://raw.githubusercontent.com/Egor-Skriptunoff/pure_lua_SHA/master/sha2.lua' # ja4 dependency

valid_geoip_providers: ['ipinfo', 'maxmind']
user_geoip: 'haproxy-geoip'
Expand Down
9 changes: 0 additions & 9 deletions tasks/debian/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,4 @@
mode: 0750
tags: lua

- name: HAProxy | Install | Download SHA2 LUA-library (JA4 dependency)
ansible.builtin.get_url:
url: "{{ HAPROXY_HC.url.sha2_script }}"
dest: "{{ HAPROXY_HC.path.lua }}/sha2.lua"
owner: 'root'
group: 'haproxy'
mode: 0750
tags: lua

# todo: opt-in for JA4-DB lookups + map update service (https://github.com/O-X-L/haproxy-ja4)

0 comments on commit 92f6485

Please sign in to comment.