Like Pi Hole but for gophers.
 
 
 
Go to file
Adam Veldhousen cd553b4fad
use correct name in dns header, fixes blacklisting
pass http bind address to handler so we can forward blocked domains to our http
server. Should change this to use a custom CLI flag so users can have more control
over this.
2020-06-01 02:27:14 -05:00
deployment fixup code a bunch 2020-06-01 02:08:57 -05:00
.gitignore initial commit 2020-05-30 00:40:04 -05:00
Dockerfile fixup code a bunch 2020-06-01 02:08:57 -05:00
blocklists.go fixup code a bunch 2020-06-01 02:08:57 -05:00
blocklists_test.go use correct name in dns header, fixes blacklisting 2020-06-01 02:27:14 -05:00
config.go fixup code a bunch 2020-06-01 02:08:57 -05:00
config.json fixup code a bunch 2020-06-01 02:08:57 -05:00
dns.go use correct name in dns header, fixes blacklisting 2020-06-01 02:27:14 -05:00
go.mod initial commit 2020-05-30 00:40:04 -05:00
go.sum initial commit 2020-05-30 00:40:04 -05:00
main.go use correct name in dns header, fixes blacklisting 2020-06-01 02:27:14 -05:00
makefile fixup code a bunch 2020-06-01 02:08:57 -05:00