Commit Graph

8 Commits

Author SHA1 Message Date
Toby ae34b4856a feat: dns lookup function 2024-04-03 20:02:57 -07:00
macie 3a45461c19
test: Remove broken integration test
This tests fails when there are no specific binary files, but there is
no method to get the files during test.

Marking the tests as a skipped will gives us a false sense of security. So it's
better to remove it at all.
2024-03-12 12:15:10 +01:00
Haruue 8bd34d7798
chore: go mod tidy 2024-02-26 16:48:39 +08:00
Toby e177837301
Merge branch 'master' into wip-quic 2024-02-17 14:38:19 -08:00
Toby 5c77cede3d feat: update gopacket to latest master 2024-02-17 14:28:57 -08:00
Toby c1e90960dd feat: quic analyzer (client side only) 2024-02-11 22:25:37 -08:00
Rinka f07a38bc47
Add GeoIP and GeoSite support for expr (#38)
* feat: copy something from hysteria/extras/outbounds/acl

* feat: add geoip and geosite support for expr

* refactor: geo matcher

* fix: typo

* refactor: geo matcher

* feat: expose config options to specify local geoip/geosite db files

* refactor: engine.Config should not contains geo

* feat: make geosite and geoip lazy downloaded

* chore: minor code improvement

* docs: add geoip/geosite usage

---------

Co-authored-by: Toby <tobyxdd@gmail.com>
2024-01-30 17:30:35 -08:00
Toby 4f86f91a15 first 2024-01-19 16:45:01 -08:00