initial import from /x/ monorepo
Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
commit
9923878c5c
61 changed files with 5615 additions and 0 deletions
5
run/anubis.env.default
Normal file
5
run/anubis.env.default
Normal file
|
@ -0,0 +1,5 @@
|
|||
BIND=:8923
|
||||
DIFFICULTY=3
|
||||
METRICS_BIND=:9090
|
||||
SERVE_ROBOTS_TXT=0
|
||||
TARGET=http://localhost:3000
|
12
run/anubis@.service
Normal file
12
run/anubis@.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description="Anubis HTTP defense proxy (instance %i)"
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/anubis
|
||||
Restart=always
|
||||
RestartSec=30s
|
||||
EnvironmentFile=/etc/anubis/anubis-%i.env
|
||||
LimitNOFILE=infinity
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue