NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[Unbound] Disable ipsecmod

8badb146
andryyy <[email protected]> 7 years ago
data/conf/unbound/unbound.conf | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Diff

diff --git a/data/conf/unbound/unbound.conf b/data/conf/unbound/unbound.conf
index f67729b3..27110c04 100644
--- a/data/conf/unbound/unbound.conf
+++ b/data/conf/unbound/unbound.conf
@@ -33,12 +33,13 @@ server:
   max-udp-size: 4096
   msg-buffer-size: 65552
   unwanted-reply-threshold: 10000
+  ipsecmod-enabled: no
 
 remote-control:
-    control-enable: yes
-    control-interface: 127.0.0.1
-    control-port: 8953
-    server-key-file: "/etc/unbound/unbound_server.key"
-    server-cert-file: "/etc/unbound/unbound_server.pem"
-    control-key-file: "/etc/unbound/unbound_control.key"
-    control-cert-file: "/etc/unbound/unbound_control.pem"
+  control-enable: yes
+  control-interface: 127.0.0.1
+  control-port: 8953
+  server-key-file: "/etc/unbound/unbound_server.key"
+  server-cert-file: "/etc/unbound/unbound_server.pem"
+  control-key-file: "/etc/unbound/unbound_control.key"
+  control-cert-file: "/etc/unbound/unbound_control.pem"