File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -295,15 +295,15 @@ CACHE_DIR="/tmp/noirnet_cache"
295295LOG_FILE=" /tmp/noirnet_cache/noirnet.log"
296296CONFIG_FILE=" $HOME /.config/noirnet.conf"
297297CHECK_INTERVAL=5
298- PING_TARGET=" 8.8.8.8"
299- DNS_TEST_DOMAIN=" example.com"
300298TIMEOUT=5
301299PUSHOVER_NOTIFICATION=false
302300PUSHOVER_API_TOKEN=" "
303301PUSHOVER_USER_KEY=" "
304302DESKTOP_NOTIFICATION=true
305303VERBOSE=false
306304LOG_LEVEL=" INFO"
305+ PING_TARGET=" 8.8.8.8"
306+ DNS_TEST_DOMAIN=" example.com"
307307```
308308
309309## Options
@@ -380,12 +380,13 @@ Ensure you have the following installed on your system:
380380 CACHE_DIR=" ./test_cache"
381381 LOG_FILE=" ./test_noirnet.log"
382382 CHECK_INTERVAL=1
383- PING_TARGET=" 8.8.8.8"
384- DNS_TEST_DOMAIN=" example.com"
383+ TIMEOUT=5
385384 PUSHOVER=false
386385 DESKTOP=false
387386 VERBOSE=true
388387 LOG_LEVEL=" DEBUG"
388+ PING_TARGET=" 8.8.8.8"
389+ DNS_TEST_DOMAIN=" example.com"
389390 ```
390391
3913923 . ** Make the test script executable** :
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ CACHE_DIR="./test_cache"
44LOG_FILE="./test_noirnet.log"
55CHECK_INTERVAL=1
66TIMEOUT=5
7- PING_TARGET="8.8.8.8"
8- DNS_TEST_DOMAIN="example.com"
97PUSHOVER=false
108DESKTOP=false
119VERBOSE=true
1210LOG_LEVEL="DEBUG"
11+ PING_TARGET="8.8.8.8"
12+ DNS_TEST_DOMAIN="example.com"
You can’t perform that action at this time.
0 commit comments