]> 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)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Mon, 6 May 2024 16:09:23 +0000 (16:09 +0000)
commitabe0018d850200ca9af06c0f2903fc9c14d77fa0
tree85008ef7451f4d3ee47232f00d61587b9e15a90a
parent29675e3aab7d00c141976777a2373e26ede9851f
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