[debian-edu-commits] [Git][debian-edu/debian-edu-config][master] cf3/promises.cf: fix typo and allow connections from localhost and network

Mike Gabriel (@sunweaver) gitlab at salsa.debian.org
Thu Aug 10 08:08:39 BST 2023



Mike Gabriel pushed to branch master at Debian Edu / debian-edu-config


Commits:
0401de82 by Guido Berhoerster at 2023-08-10T07:08:22+00:00
cf3/promises.cf: fix typo and allow connections from localhost and network

- - - - -


1 changed file:

- cf3/promises.cf


Changes:

=====================================
cf3/promises.cf
=====================================
@@ -8,9 +8,9 @@
 body server control
 # Debian Edu specific
 {
-      allowconnects         => { "10.0.0.0.0/8" };
-      allowallconnects      => { "10.0.0.0.0/8" };
-      trustkeysfrom         => { "10.0.0.0.0/8" };
+      allowconnects         => { "127.0.0.1", "::1", "10.0.0.0/8" };
+      allowallconnects      => { "127.0.0.1", "::1", "10.0.0.0/8" };
+      trustkeysfrom         => { "127.0.0.1", "::1", "10.0.0.0/8" };
       maxconnections        => "15";
       denybadclocks         => "false";
       allowusers            => { "root" };



View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/0401de828aef813f5c63614355da067c419e4d84

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/0401de828aef813f5c63614355da067c419e4d84
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-edu-commits/attachments/20230810/cc88b186/attachment.htm>


More information about the debian-edu-commits mailing list