You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+9-8Lines changed: 9 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
name: "CodeQL Advanced"
13
13
env:
14
14
nettleversion: 3.10.2
15
-
mbedtlsversion: 3.6.4
15
+
mbedtlsversion: 4.0.0
16
16
17
17
on:
18
18
push:
@@ -58,7 +58,7 @@ jobs:
58
58
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
conf->dns.cache.upstreamBlockedTTL.c=validate_stub; // Only type-based checking
637
637
638
+
conf->dns.cache.rrtype.k="dns.cache.rrtype";
639
+
conf->dns.cache.rrtype.h="This is dnsmasq's --cache-rr option, which allows you to define which DNS record types should be cached by PiHole. This option can take a comma-separated list of RR-types as input. The default value ANY caches all record types.";
640
+
conf->dns.cache.rrtype.a=cJSON_CreateStringReference("Valid DNS record types in the following form: <rrtype>[,<rrtype>...]");
641
+
conf->dns.cache.rrtype.t=CONF_STRING;
642
+
conf->dns.cache.rrtype.f=FLAG_RESTART_FTL;
643
+
conf->dns.cache.rrtype.d.s= (char*)"ANY";
644
+
conf->dns.cache.rrtype.c=validate_stub; // Only type-based checking
0 commit comments