Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/wux1an/fdns2sqlite
- Owner: wux1an
- Created: 2021-10-21T13:24:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-10T14:53:01.000Z (about 3 years ago)
- Last Synced: 2024-06-20T03:27:59.830Z (7 months ago)
- Topics: convert, dns, fdns, sqlite3
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"...
```