ipfilter
A package for IP Filtering in Go (golang)
File Explorer
Download Latest Version (.zip)- test.yml
- update-geolite2.yml
- dependabot.yml
- main.go
- asn.bin
- asn.bin.gz
- data_gzip.go
- data_raw.go
- ipasn.go
- ipasn_test.go
- ipv4.bin
- ipv4.bin.gz
- ipv4.idx
- ipv4.idx.gz
- ipv6.bin
- ipv6.bin.gz
- ipv6.idx
- ipv6.idx.gz
- orgs.txt
- orgs.txt.gz
- main.go
- main_test.go
- iploc.go
- iploc_test.go
- ipv4.bin
- ipv4.txt
- ipv6.bin
- ipv6.txt
- reserved.go
- .gitignore
- go.mod
- go.sum
- ipfilter.go
- ipfilter_test.go
- LICENSE.md
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/jpillora/ipfilter
Downloads the entire project code from GitHub to your computer.
cd ipfilter
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
