https://github.com/database64128/domain-set-go
Domain matching in Go.
https://github.com/database64128/domain-set-go
Last synced: 20 days ago
JSON representation
Domain matching in Go.
- Host: GitHub
- URL: https://github.com/database64128/domain-set-go
- Owner: database64128
- License: agpl-3.0
- Created: 2022-08-25T01:24:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-21T12:30:33.000Z (8 months ago)
- Last Synced: 2025-11-21T14:29:14.402Z (8 months ago)
- Language: Go
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# domain-set-go
Domain matching in Go.
Most of the code has been upstreamed to [shadowsocks-go](https://github.com/database64128/shadowsocks-go).
## Run Benchmarks
Place your domain set file in the repo directory as `test-domainset.txt`, then run:
```bash
go test -v -benchmem -bench . ./...
```
## License
[AGPLv3](LICENSE)