summaryrefslogtreecommitdiff
path: root/lib/instance.go
AgeCommit message (Collapse)Author
2024-11-02Refactor: lookup commandLoyalsoldier
2024-10-24Feat: support JSON configuration with comments and trailing commasLoyalsoldier
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
2024-07-08Chore: refine codeLoyalsoldier
2024-07-04Fix: make URI matching case-insensitiveLoyalsoldier
2021-08-29Refactor: use plugin architecture to support multiple I/O formatsloyalsoldier