https://github.com/database64128/domain-set-go
Domain matching in Go.
https://github.com/database64128/domain-set-go
Last synced: 7 months 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-03-04T02:27:38.000Z (about 1 year ago)
- Last Synced: 2025-03-04T03:27:02.304Z (about 1 year ago)
- Language: Go
- Size: 64.5 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)