Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Larvan2 authored Aug 10, 2023
1 parent 8386061 commit a465d70
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,19 @@ geo convert ip -i v2ray -o meta ./geoip.dat

Available types:

- maxmind (MaxMind MMDB)
- v2ray (V2Ray dat)
- sing (sing-geoip MMDB)
- meta (Meta-geoip MMDB)
- [MaxMind](https://github.com/Dreamacro/maxmind-geoip) (MMDB)
- [V2Ray-geoip](https://github.com/v2fly/geoip) (dat)
- [sing-geoip](https://github.com/SagerNet/sing-geoip) (MMDB)
- [Meta-geoip](https://github.com/MetaCubeX/meta-rules-dat) (MMDB)

Supported conversion pairs: (Column=From, Row=To)

| | MaxMind | V2Ray | sing-geoip | Meta-geoip |
|------------|---------|-------|------------|------------|
| MaxMind | - | | | |
| V2Ray | | - | | |
| sing-geoip | | | - | |
| Meta-geoip | | | | - |
| | MaxMind | V2Ray-geoip | sing-geoip | Meta-geoip|
|------------|:-------:|:-----------:|:----------:|:---------:|
| MaxMind | - | | | |
| V2Ray | | - | | |
| sing-geoip | | | - | |
| Meta-geoip | | | | - |

Conversion to MaxMind is not available for legal reasons.
Conversion to V2Ray is on the TODO list.
Expand Down

0 comments on commit a465d70

Please sign in to comment.