Golang-phish-update/README.md

20 lines
281 B
Markdown
Raw Normal View History

2023-01-09 10:55:43 -05:00
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
2023-01-09 11:00:45 -05:00
The following code is needed in a .env
`
DB_HOST=
2023-01-10 02:56:45 -05:00
`
`
2023-01-09 11:00:45 -05:00
DB_PORT=
2023-01-10 02:56:45 -05:00
`
`
2023-01-09 11:00:45 -05:00
DATABASE=
2023-01-10 02:56:45 -05:00
`
`
2023-01-09 11:00:45 -05:00
DB_USER=
2023-01-10 02:56:45 -05:00
`
`
2023-01-09 11:00:45 -05:00
DB_PASS=
`