Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wux1an/fdns2sqlite

A tool that can convert fdns.json to sqlite3.
https://github.com/wux1an/fdns2sqlite

convert dns fdns sqlite3

Last synced: about 1 month ago
JSON representation

A tool that can convert fdns.json to sqlite3.

Awesome Lists containing this project

README

        

# fdns2sqlite
A tool that can convert fdns.json to sqlite3.

# Usage
```
$ fdns2sqlite.exe ./path/of/filename.json
Saved to "absolute/path/filename.sqlite3"

$ fdns2sqlite.exe ./path/of/filename.json
Saved to "absolute/path/filename-1.sqlite3"

...
```