Skip to content

Commit 75a5e4b

Browse files
committed
Added IPv6 Resolver
1 parent 650e3f2 commit 75a5e4b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

etc/nginx/ssl/sslshared.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ssl_session_timeout 4h;
1111
ssl_verify_client on;
1212

1313
# OCSP Stapling
14-
resolver 1.1.1.1 1.0.0.1 8.8.8.8 8.8.4.4 208.67.222.222 208.67.220.220 [2606:4700:4700::1111] [2606:4700:4700::1001] [2001:4860:4860::8888] [2001:4860:4860::8844] valid=10m;
14+
resolver 1.1.1.1 1.0.0.1 8.8.8.8 8.8.4.4 208.67.222.222 208.67.220.220 [2001:4860:4860::8888] [2001:4860:4860::8844] [2606:4700:4700::1111] [2606:4700:4700::1001] [2620:119:35::35] [2620:119:53::53] valid=10m;
1515
resolver_timeout 5s;
1616
ssl_stapling on;
1717
ssl_stapling_verify on;

scripts/functions/server-tools/analyze-tables.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ mysql ${MYSQL_AUTH} --table < ${RUN_SQL} > ${RUN_LOG} 2>&1
4747

4848
# Ask user to acknowledge that the scan has completed before moving on
4949
echo ""
50+
echo "${BOLD}Done${NORMAL}"
5051
echo "Analyze Table Log: /tmp/analyze_all_tables.log"
5152
echo ""
5253
read -n 1 -s -r -p "Press any key to continue"

0 commit comments

Comments
 (0)