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".
pull/735/head
Ivan Poddubny 12 months ago committed by asterisk-org-access-app[bot]
parent 29675e3aab
commit abe0018d85

@ -73,7 +73,7 @@
;
; Named ACLs can use ipv6 addresses just like normal ACLs.
;[ipv6_example_1]
;deny = ::
;deny = ::/0
;permit = ::1/128
;
;[ipv6_example_2]

Loading…
Cancel
Save