Skip to content

Commit

Permalink
Update access_control.pp
Browse files Browse the repository at this point in the history
update access control actions
  • Loading branch information
and0x000 authored and b4ldr committed Aug 29, 2024
1 parent e353964 commit 346dcae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/access_control.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type Unbound::Access_control = Struct[{
action => Optional[Enum['deny', 'refuse', 'allow', 'allow_snoop', 'deny_non_local', 'refuse_non_local']],
action => Optional[Enum['deny', 'refuse', 'allow', 'allow_setrd', 'allow_snoop', 'allow_cookie', 'deny_non_local', 'refuse_non_local']],
tags => Optional[Array[String]],
rr_string => Optional[String],
view => Optional[String],
Expand Down

0 comments on commit 346dcae

Please sign in to comment.