Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mosajjal/dnsmonster
Browse files Browse the repository at this point in the history
  • Loading branch information
mosajjal committed Apr 18, 2022
2 parents 0759c6f + e6666f6 commit 04a4ca5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,18 +525,12 @@ Note that command line arguments are case-sensitive and camelCase at the moment.
# Hot-Reload skipDomainsFile interval
--skipDomainsRefreshInterval=1m0s

# skipDomainsFile type. Options: csv and hashtable. Hashtable is ONLY fqdn, csv can support fqdn, prefix and suffix logic but it's much slower
--skipDomainsFileType=csv

# Allow Domains logic input file. Can accept a URL (http:// or https://) or path
--allowDomainsFile=

# Hot-Reload allowDomainsFile file interval
--allowDomainsRefreshInterval=1m0s

# allowDomainsFile type. Options: csv and hashtable. Hashtable is ONLY fqdn, csv can support fqdn, prefix and suffix logic but it's much slower
--allowDomainsFileType=csv

# Skip TLS verification when making HTTPS connections
--skipTLSVerification

Expand Down
6 changes: 0 additions & 6 deletions config-sample.ini
Original file line number Diff line number Diff line change
Expand Up @@ -336,18 +336,12 @@ SkipDomainsFile =
; Hot-Reload skipDomainsFile interval
SkipDomainsRefreshInterval = 1m0s

; skipDomainsFile type. Options: csv and hashtable. Hashtable is ONLY fqdn, csv can support fqdn, prefix and suffix logic but it's much slower
SkipDomainsFileType = csv

; Allow Domains logic input file. Can accept a URL (http:// or https://) or path
AllowDomainsFile =

; Hot-Reload allowDomainsFile file interval
AllowDomainsRefreshInterval = 1m0s

; allowDomainsFile type. Options: csv and hashtable. Hashtable is ONLY fqdn, csv can support fqdn, prefix and suffix logic but it's much slower
AllowDomainsFileType = csv

; Skip TLS verification when making HTTPS connections
SkipTLSVerification = false

Expand Down

0 comments on commit 04a4ca5

Please sign in to comment.