1
0
forked from tildetown/town

Compare commits

..

2 Commits

Author SHA1 Message Date
aoife cassidy
9bc66c4516
add suspicious_hosts table to signups.sql 2025-12-31 00:10:16 +01:00
aoife cassidy
40951a6846
signup: add DNS checker and run against suspicious hosts 2025-12-31 00:10:16 +01:00

View File

@ -204,7 +204,6 @@ func _main(l *log.Logger, db *sql.DB) error {
err := su.Insert(db)
for _, note := range su.Notes {
note.SignupID = su.ID
err = note.Insert(db)
}