Skip to content

Commit

Permalink
Rule 18.5.4.1 - EnableMulticast needs to be set to 1
Browse files Browse the repository at this point in the history
The regkey "EnableMulticast" toggles the rule that disables multicast name resolution.

therefore this setting needs to be set to 1 to disable multicast

Signed-off-by: Tony Goetheyn <13643294+tgoetheyn@users.noreply.github.com>
  • Loading branch information
tgoetheyn authored Nov 22, 2024
1 parent f1dac3d commit ee5dd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/section18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@
ansible.windows.win_regedit:
path: HKLM:\Software\Policies\Microsoft\Windows NT\DNSClient
name: EnableMulticast
data: 0
data: 1
type: dword
when:
- win16cis_rule_18_5_4_1
Expand Down

0 comments on commit ee5dd08

Please sign in to comment.