feat: initial import

This commit is contained in:
2026-06-24 16:28:45 -07:00
commit 13d90df20c
9 changed files with 220 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description=Postfix policy server that bans clients by their upstream Autonomous System
Wants=postfix.service
After=postfix.service
[Service]
Type=simple
WorkingDirectory=/opt/as_ban_policy_server
ExecStart=/usr/bin/node /opt/as_ban_policy_server/index.mjs
User=postfix
Restart=on-failure
[Install]
WantedBy=multi-user.target