Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SaulBerrenson authored Jan 24, 2021
1 parent 79bd2d6 commit 46468b6
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
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!

0 comments on commit 46468b6

Please sign in to comment.