diff --git a/.gitignore b/.gitignore index b95209d51f484c81ec5e87b5b3390cfe478ec4b2..5b3047fa1f6904962c8e73e74f6170fcb877402e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ _site .sass-cache removal-request.txt +openvas/ +Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock index 3a30d30a258a9170de2ecfc2cac2f27854501c14..f303044e4a39ec540ed45e94578bd39d784b7663 100644 --- a/Gemfile.lock +++ b/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 diff --git a/_posts/2019-07-20-setting-dns-on-mobile-and-desktop.md b/_posts/2019-07-20-setting-dns-on-mobile-and-desktop.md index fa816b6bce92f9a92862009b3ae99a1e4c83277f..eb33e2dc957dd54090773a4ca8397104c8d8d1e4 100644 --- a/_posts/2019-07-20-setting-dns-on-mobile-and-desktop.md +++ b/_posts/2019-07-20-setting-dns-on-mobile-and-desktop.md @@ -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