Arc Forumnew | comments | leaders | submitlogin
2 points by hjek 2038 days ago | link | parent

Looks like banned IPs are written to the disk even:

    (def set-ip-ban (user ip yesno (o info))
      (= (banned-ips* ip) (and yesno (list user (seconds) info)))
      (todisk banned-ips*))