diff --git a/.gitignore b/.gitignore index 1d0489f..2f9faf1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .gitignore .well-known/ -blocks/ +blocks/.csfdeny +blocks/.env header24h.php nginx-logo.png pkglist.txt diff --git a/blocks/.csfdeny b/blocks/.csfdeny deleted file mode 100644 index fad06de..0000000 --- a/blocks/.csfdeny +++ /dev/null @@ -1,21 +0,0 @@ -############################################################################### -# Copyright 2006-2018, Way to the Web Limited -# URL: http://www.configserver.com -# Email: sales@waytotheweb.com -############################################################################### -# The following IP addresses will be blocked in iptables -# One IP address per line -# CIDR addressing allowed with a quaded IP (e.g. 192.168.254.0/24) -# Only list IP addresses, not domain names (they will be ignored) -# -# Note: If you add the text "do not delete" to the comments of an entry then -# DENY_IP_LIMIT will ignore those entries and not remove them -# -# Advanced port+ip filtering allowed with the following format -# tcp/udp|in/out|s/d=port,port,...|s/d=ip -# -# See readme.txt for more information regarding advanced port filtering -# -94.134.107.75 # lfd: (sshd-session) sshd-session brute‑force 94.134.107.75 (DE/Germany/i5E866B4B.versanet.de): 1 in the last 3600 secs - Fri Sep 26 08:28:02 2025 -2001:9e8:65ff:f600:bcfe:932d:c0a0:6735 # lfd: (sshd-session) sshd-session brute‑force 2001:9e8:65ff:f600:bcfe:932d:c0a0:6735 (Unknown): 1 in the last 3600 secs - Fri Sep 26 08:52:42 2025 -2001:9e8:65d8:1900:8cbd:20f5:640a:c57b # lfd: (sshd-session) sshd-session brute‑force 2001:9e8:65d8:1900:8cbd:20f5:640a:c57b (Unknown): 1 in the last 3600 secs - Sun Sep 28 17:45:13 2025 diff --git a/blocks/.env b/blocks/.env deleted file mode 100644 index e4559ec..0000000 --- a/blocks/.env +++ /dev/null @@ -1,6 +0,0 @@ -APP_ENV=prod -DENY_FILE=.csfdeny -ALLOW_IPS=149.56.184.115 -TRUST_PROXY=0 -TRUSTED_PROXIES= -API_TOKEN= diff --git a/images/tildeclub.png b/images/tildeclub.png new file mode 100644 index 0000000..0001fab Binary files /dev/null and b/images/tildeclub.png differ diff --git a/images/tildeclub.small.png b/images/tildeclub.small.png new file mode 100644 index 0000000..8b354bb Binary files /dev/null and b/images/tildeclub.small.png differ diff --git a/signup/signup-handler.php b/signup/signup-handler.php index d080df6..a912e6e 100644 --- a/signup/signup-handler.php +++ b/signup/signup-handler.php @@ -49,7 +49,7 @@ function forbidden_name(string $name): bool 'git','gopher','hostmaster','imap','info','irc','is','isatap','it','localdomain','localhost','lounge', 'mail','mailer-daemon','marketing','marketting','mis','news','nobody','noc','noreply','pop','pop3', 'postmaster','retro','root','sales','security','smtp','ssladmin','ssladministrator','sslwebmaster', - 'support','sysadmin','team','usenet','uucp','webmaster','wpad','www','znc', + 'support','sysadmin','team','usenet','uucp','webmaster','wpad','www','znc','openpgpkey', ]; $lists = [$bad];