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

Guido Berhörster (@gber) gitlab at salsa.debian.org
Wed Aug 9 12:35:30 BST 2023



Guido Berhörster pushed to branch personal/gber/cf-serverd-config at Debian Edu / debian-edu-config


Commits:
fc1de522 by Guido Berhoerster at 2023-08-09T13:35:12+02: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/fc1de522a5a8973bf801b798b44d5659fd5589e3

-- 
View it on GitLab: https://salsa.debian.org/debian-edu/debian-edu-config/-/commit/fc1de522a5a8973bf801b798b44d5659fd5589e3
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/20230809/28b0c981/attachment.htm>


More information about the debian-edu-commits mailing list