Skip to content

Instantly share code, notes, and snippets.

View acundari's full-sized avatar

Tony Cundari acundari

  • Seattle, WA
View GitHub Profile
@acundari
acundari / traefik-auth.conf
Last active December 6, 2022 09:41
Traefik fail2ban
# /etc/fail2ban/filter.d/traefik-auth.conf
[Definition]
failregex = ^<HOST> \- \S+ \[\] \"(GET|POST|HEAD) .+\" 401 .+$
@acundari
acundari / Makefile
Created April 6, 2017 16:15
Pass make commands to rake
CMD=rake
.PHONY: build
default: build
%:
@$(CMD) $(MAKECMDGOALS)