]> 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:19 +0000 (16:09 +0000)
commit6079ea6d31e56c97fae80cf5dfb596cbc9e2037c
tree49794a76f078d79975515095afe2aa006feee4fc
parent6c7e8876a5505c4f8dd834010675c067adbc68ba
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