From a6d2de6f69e5f504a6decccd1c6b185848afe2d2 Mon Sep 17 00:00:00 2001 From: paulbsd Date: Fri, 25 Mar 2022 11:56:28 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 49d1a6f..58bf0cf 100644 --- a/README.md +++ b/README.md @@ -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