.gitignore 🔗
@@ -1,3 +1,5 @@
_site
.sass-cache
removal-request.txt
+openvas/
+Gemfile.lock
Amolith created
.gitignore | 2 ++
Gemfile.lock | 7 ++++---
_posts/2019-07-20-setting-dns-on-mobile-and-desktop.md | 4 ----
3 files changed, 6 insertions(+), 7 deletions(-)
@@ -1,3 +1,5 @@
_site
.sass-cache
removal-request.txt
+openvas/
+Gemfile.lock
@@ -9,7 +9,7 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
- ffi (1.9.25)
+ ffi (1.11.1)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
@@ -58,7 +58,8 @@ GEM
sass (3.7.2)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
- rb-inotify (>= 0.9.7, >= 0.9)
+ rb-fsevent (~> 0.9, >= 0.9.4)
+ rb-inotify (~> 0.9, >= 0.9.7)
PLATFORMS
ruby
@@ -68,4 +69,4 @@ DEPENDENCIES
jekyll-target-blank
BUNDLED WITH
- 2.0.1
+ 2.0.2
@@ -29,8 +29,6 @@ Filename: `/etc/unbound/unbound.conf`
### Debian
```
-include: "/etc/unbound/unbound.conf.d/*.conf"
-
server:
tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
@@ -47,8 +45,6 @@ forward-zone:
### Arch
```
-include: "/etc/unbound/unbound.conf.d/*.conf"
-
server:
use-syslog: yes
do-daemonize: no