From e6666f668a50df031bcf25dd687597f2770919d1 Mon Sep 17 00:00:00 2001 From: Ali Mosajjal Date: Mon, 18 Apr 2022 00:46:53 +0000 Subject: [PATCH] auto update sample ini --- README.md | 6 ------ config-sample.ini | 6 ------ 2 files changed, 12 deletions(-) diff --git a/README.md b/README.md index fb1b248..abc1881 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config-sample.ini b/config-sample.ini index ecbdac2..83e5f2f 100644 --- a/config-sample.ini +++ b/config-sample.ini @@ -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