Skip to content
Snippets Groups Projects
Verified Commit 8bdf1ae6 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(dns): The cache-size parameter only takes integers

parent 61a07368
No related branches found
No related tags found
No related merge requests found
Pipeline #13289 passed
......@@ -23,7 +23,8 @@ spec:
- --upstream=https://dns.quad9.net/dns-query
- --bootstrap=9.9.9.9
- --cache
- --cache-size=98304k
# 96Mi
- --cache-size=100663296
- --cache-min-ttl=300
- --cache-optimistic
ports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment