Skip to content

A simple golang project to update pi-hole-block-list project

License

Notifications You must be signed in to change notification settings

thiago-scherrer/go-pihole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-pihole

Go Report Card go pihole

A simple golang project to update pi-hole-block-list project

Requirements

  • go >= 1.16.3
  • Internet to update

Running

Clone:

git clone https://github.com/thiago-scherrer/go-pihole.git

Build:

cd go-pihole
mkdir build
go build -o build/go-pihole cmd/go-pihole.go

Running

cd build
export LIST=<list to consult>
export OUTPUT=<where to save output>
./go-pihole

About

A simple golang project to update pi-hole-block-list project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages