-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79bd2d6
commit 46468b6
Showing
1 changed file
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# IspdbHandler | ||
|
||
# Ispdb Api Handler | ||
|
||
### About | ||
This is go-application for looking imap/pop3/smtp config from ISP DB by Mozilla (Thunderbird autoconfig) with local caching configs and web api. | ||
|
||
### Features | ||
|
||
Flags to execute | ||
--update-threads=100 - default 100 threads at the pool for downloader cache | ||
--port=37896 - port for api handler | ||
--update-cache=1 - need update cache from ISPDB mozilla | ||
|
||
Just get api request: | ||
-> localhost:37896/find/gmail.com | ||
You will get answer with json config OR message - Not Found! |