summaryrefslogtreecommitdiff
path: root/merge.go
AgeCommit message (Collapse)Author
2024-11-02Refactor: merge commandLoyalsoldier
2024-11-02Refactor: lookup commandLoyalsoldier
2024-07-08Feat: add merge commandLoyalsoldier
merge command can merge plaintext IP & CIDR from standard input, then print the merged result to standard output usage example: curl https://example.com/path/to/your/plaintext/cidr.txt | geoip merge cat ./path/to/your/plaintext/cidr.txt | geoip merge