fcdns 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +10 -11
  3. package/dist/cli.cjs +2758 -3774
  4. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.5.1](https://github.com/BlackGlory/fcdns/compare/v0.5.0...v0.5.1) (2022-08-05)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * bundle ([f80e617](https://github.com/BlackGlory/fcdns/commit/f80e6170e3cd50488992a47615b8c8e150c0609c))
11
+
5
12
  ## [0.5.0](https://github.com/BlackGlory/fcdns/compare/v0.4.5...v0.5.0) (2022-08-05)
6
13
 
7
14
 
package/README.md CHANGED
@@ -14,20 +14,19 @@ Usage: fcdns [options]
14
14
  DNS relay server with fact-checking.
15
15
 
16
16
  Options:
17
- -V, --version output the version number
17
+ -V, --version output the version number
18
18
  --test-server <server>
19
19
  --untrusted-server <server>
20
20
  --trusted-server <server>
21
- --port [port] (default: "53")
22
- --timeout [seconds] (default: "30")
23
- --ip-whitelist [filename] (default: "ip-whitelist.txt")
24
- --hostname-whitelist [filename] (default: "hostname-whitelist.txt")
25
- --hostname-blacklist [filename] (default: "hostname-blacklist.txt")
26
- --route-cache [filename] (default: "route.db")
27
- --test-cache [filename] (default: "test.db")
28
- --test-timeout [ms] (default: "200")
29
- --log [level] (default: "info")
30
- -h, --help display help for command
21
+ --port [port] (default: "53")
22
+ --timeout [seconds] (default: "30")
23
+ --ip-whitelist [filename] (default: "ip-whitelist.txt")
24
+ --hostname-whitelist [filename] (default: "hostname-whitelist.txt")
25
+ --hostname-blacklist [filename] (default: "hostname-blacklist.txt")
26
+ --cache [filename] (default: "cache.db")
27
+ --test-timeout [ms] (default: "200")
28
+ --log [level] (default: "info")
29
+ -h, --help display help for command
31
30
  ```
32
31
 
33
32
  Example: