Minor comment fix

I noticed while writing the functionality tests that comments about relative paths disagreed with what the code was doing.
While the executable directory is used if the configuration file itself can't be found, `cdFileDir(foundConfigFile)` is always executed after the configuration file is found whether that's the same as the executable's directory or not.
Also a couple of punctuation nits.
This commit is contained in:
William Elwood 2019-12-15 02:24:46 +00:00 committed by Frank Denis
parent 7d08ba2536
commit d88995aac6
1 changed files with 7 additions and 7 deletions

View File

@ -200,7 +200,7 @@ cert_refresh_delay = 240
fallback_resolver = '9.9.9.9:53'
## Always use the fallback resolver before the system DNS settings
## Always use the fallback resolver before the system DNS settings.
ignore_system_dns = true
@ -394,7 +394,7 @@ cache_neg_max_ttl = 600
[query_log]
## Path to the query log file (absolute, or relative to the same directory as the executable file)
## Path to the query log file (absolute, or relative to the same directory as the config file)
## Can be /dev/stdout to log to the standard output (and set log_files_max_size to 0)
# file = 'query.log'
@ -421,7 +421,7 @@ cache_neg_max_ttl = 600
[nx_log]
## Path to the query log file (absolute, or relative to the same directory as the executable file)
## Path to the query log file (absolute, or relative to the same directory as the config file)
# file = 'nx.log'
@ -451,7 +451,7 @@ cache_neg_max_ttl = 600
[blacklist]
## Path to the file of blocking rules (absolute, or relative to the same directory as the executable file)
## Path to the file of blocking rules (absolute, or relative to the same directory as the config file)
# blacklist_file = 'blacklist.txt'
@ -479,7 +479,7 @@ cache_neg_max_ttl = 600
[ip_blacklist]
## Path to the file of blocking rules (absolute, or relative to the same directory as the executable file)
## Path to the file of blocking rules (absolute, or relative to the same directory as the config file)
# blacklist_file = 'ip-blacklist.txt'
@ -507,7 +507,7 @@ cache_neg_max_ttl = 600
[whitelist]
## Path to the file of whitelisting rules (absolute, or relative to the same directory as the executable file)
## Path to the file of whitelisting rules (absolute, or relative to the same directory as the config file)
# whitelist_file = 'whitelist.txt'
@ -647,7 +647,7 @@ broken_query_padding = ['cisco', 'cisco-ipv6', 'cisco-familyshield']
## A relay can be specified as a DNS Stamp (either a relay stamp, or a
## DNSCrypt stamp), an IP:port, a hostname:port, or a server name.
##
## The following example routes "example-server-1" via `anon-example-1` or `anon-example-2``,
## The following example routes "example-server-1" via `anon-example-1` or `anon-example-2`,
## and "example-server-2" via the relay whose relay DNS stamp
## is "sdns://gRIxMzcuNzQuMjIzLjIzNDo0NDM".
##