diff --git a/Cfg/etc/freeradius/radiusd.conf/radiusd.conf b/Cfg/etc/freeradius/radiusd.conf/radiusd.conf index c2e1375..e0b4182 100644 --- a/Cfg/etc/freeradius/radiusd.conf/radiusd.conf +++ b/Cfg/etc/freeradius/radiusd.conf/radiusd.conf @@ -296,6 +296,13 @@ listen { # clients = per_socket_clients } +# Le même mais en ipv6 +listen { + type = auth + ipv6addr = :: # any. ::1 == localhost + port = 0 +} + # This second "listen" section is for listening on the accounting # port, too. #