Merge branch 'master' of https://git.paulbsd.com/paulbsd/ipbl
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2022-03-26 19:46:13 +01:00
commit 9677593085

View File

@ -11,7 +11,8 @@ ipbl is a webservice collecting / storing / distributing abuse IP addresses
### Build
```bash
make
go generate cmd/ipbl/*.go
go build cmd/ipbl/*.go
```
### Sample config in ipbl.ini
@ -22,19 +23,19 @@ db_hostname="hostname"
db_name="database"
db_username="username"
db_password="password"
db_table="ipbl_test"
db_table="ipbl"
```
### Run
```bash
./ipbl -configfile ipbl.ini -port 8080
./ipbl -configfile ipbl.ini -port 8099
```
## License
```text
Copyright (c) 2020, 2021 PaulBSD
Copyright (c) 2020, 2021, 2022 PaulBSD
All rights reserved.
Redistribution and use in source and binary forms, with or without