diff options
| author | namilsk <namilsk@namilsk.tech> | 2026-03-24 00:04:23 +0300 |
|---|---|---|
| committer | namilsk <namilsk@namilsk.tech> | 2026-03-24 00:04:23 +0300 |
| commit | b9399611816303da5a06dcfb30a6ab51f70ed4c1 (patch) | |
| tree | f8fb46e5baf0b37313f7065c17fac58708683a96 /src/geoparsers/geoip2.rs | |
| parent | 39fe1b820b9080ff672a719d523d6b8922866fdc (diff) | |
Fmt & Added CI
Diffstat (limited to 'src/geoparsers/geoip2.rs')
| -rw-r--r-- | src/geoparsers/geoip2.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/geoparsers/geoip2.rs b/src/geoparsers/geoip2.rs index 9f2cc8b..1fd6ab1 100644 --- a/src/geoparsers/geoip2.rs +++ b/src/geoparsers/geoip2.rs @@ -3,8 +3,8 @@ use maxminddb::{Reader, geoip2}; use serde::Deserialize; use std::net::IpAddr; -// For now only MMDB because i cant found .proto schemes of -// V2Ray GeoSite.dat :(( +// For now only MMDB because i cant found .proto schemes of +// V2Ray GeoSite.dat :(( // TODO: V2Ray protobuf parsing && Test 4 ts /// Interface enum for `dst_addr` info |
