OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
It is possible to blacklist IP and IP prefixes by adding them to the database with:
./heroku run web/bin/blacklist-signup-ip 123.456.789.1
IP prefixes can also be added to block entire ranges e.g.:
./heroku run web/bin/blacklist-signup-ip 123.456.789
./heroku run web/bin/blacklist-signup-ip 123.456
./heroku run web/bin/blacklist-signup-ip 123
would block respectively all of:
123.456.789.*
123.456.*
123.*
You can also add a note as:
./heroku run web/bin/blacklist-signup-ip 123.456.789.1 'IP blocked because asdf is ugly'

Tagged (1)

Ancestors (5)

  1. Database access-only admin
  2. OurBigBook Web moderation
  3. OurBigBook Web user manual
  4. OurBigBook Web
  5. Home