]> 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:21 +0000 (16:09 +0000)
commit685f525b286382e316da6a7d8f5ebeb03046f2c3
tree81614c7912b43b2fb82138c6648da3a82667dc8d
parentd3ff7c3eee6f1130b20e640f5fb60da7c797ebe1
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