Fix changelog syntax
[freeradius.git] / raddb / clients.conf
index 3e6eaf6..76b300d 100644 (file)
@@ -50,15 +50,6 @@ client localhost {
 #      ipv6addr = ::   # any.  ::1 == localhost
 
        #
-       #  The transport protocol.
-       #
-       #  If unspecified, defaults to "udp", which is the traditional
-       #  RADIUS transport.  It may also be "tcp", in which case the
-       #  server will accept connections from this client ONLY over TCP.
-       #
-       proto = *
-
-       #
        #  A note on DNS:  We STRONGLY recommend using IP addresses
        #  rather than host names.  Using host names means that the
        #  server will do DNS lookups when it starts, making it
@@ -70,27 +61,14 @@ client localhost {
        #  updated, the server WILL NOT see that update.
        #
 
-       #  One client definition can be applied to an entire network.
-       #  e.g. 127/8 should be defined with "ipaddr = 127.0.0.0" and
-       #  "netmask = 8"
-       #
-       #  If not specified, the default netmask is 32 (i.e. /32)
        #
-       #  We do NOT recommend using anything other than 32.  There
-       #  are usually other, better ways to achieve the same goal.
-       #  Using netmasks of other than 32 can cause security issues.
-       #
-       #  You can specify overlapping networks (127/8 and 127.0/16)
-       #  In that case, the smallest possible network will be used
-       #  as the "best match" for the client.
+       #  The transport protocol.
        #
-       #  Clients can also be defined dynamically at run time, based
-       #  on any criteria.  e.g. SQL lookups, keying off of NAS-Identifier,
-       #  etc.
-       #  See raddb/sites-available/dynamic-clients for details.
+       #  If unspecified, defaults to "udp", which is the traditional
+       #  RADIUS transport.  It may also be "tcp", in which case the
+       #  server will accept connections from this client ONLY over TCP.
        #
-
-#      netmask = 32
+       proto = *
 
        #
        #  The shared secret use to "encrypt" and "sign" packets between
@@ -239,10 +217,10 @@ client localhost {
 }
 
 # IPv6 Client
-#client localhost_ipv6 {
-#      ipv6addr        = ::1
-#      secret          = testing123
-#}
+client localhost_ipv6 {
+       ipv6addr        = ::1
+       secret          = testing123
+}
 
 # All IPv6 Site-local clients
 #client sitelocal_ipv6 {