mirror of
https://codeberg.org/ultimateplayer1999/Golang-phish-update.git
synced 2024-11-21 15:58:22 -05:00
Golang phish table updater
.gitignore | ||
dbupdate.go | ||
domain-db-updater | ||
go.mod | ||
go.sum | ||
LICENSE | ||
README.md |
A free to use update tool which checks phish.sinking.yachts database. It adds all domains found after custom domains are added. If not needed they can be commented or removed.
The following code is needed in a .env. This is for the DB connection.
DB_HOST=
DB_PORT=
DATABASE=
DB_USER=
DB_PASS=
This is based on the phish table. Table can also be changed if needed.