haveibeensquatted / twistrs

A domain name permutation and enumeration library powered by Rust.

Home Page:https://haveibeensquatted.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GeoIP mmdb too large to keep in repository

JuxhinDB opened this issue · comments

Currently we are embedding a GeoIP2 Lite mmdb to be able to run a single small GeoIP test. This is an overkill so we either need to think about git-lfs, or stripping down the sample binary to an acceptable size.

Will be replaced with submodule on 0.2.2-beta release.