]> git.ipfire.org Git - thirdparty/asterisk.git/commit
configs: Fix a misleading IPv6 ACL example in Named ACLs
authorIvan Poddubny <ivan.poddubny@gmail.com>
Sun, 5 May 2024 14:20:15 +0000 (16:20 +0200)
committerIvan Poddubny <ivan.poddubny@gmail.com>
Mon, 6 May 2024 16:09:17 +0000 (16:09 +0000)
commitee6a0365ab78dd09d8cf999aba556de478497bd4
tree89681f86550a60aee9846964710513ab63e992b6
parent3e9922d3895c76f5e01afbe965a9d46245befd85
configs: Fix a misleading IPv6 ACL example in Named ACLs

"deny=::" is equivalent to "::/128".
In order to mean "deny everything by default" it must be "::/0".
configs/samples/acl.conf.sample