Skip to content

Commit 0dd14c6

Browse files
committed
fix: comment out disabling LLMNR
1 parent 44e955c commit 0dd14c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/playbook/Configuration/tweaks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ actions:
2424
# to improving network performance, security, etc.
2525
# -----------------------------------------------------
2626
- !writeStatus: {status: 'Running networking tweaks'}
27-
- !task: {path: 'tweaks\networking\disable-llmnr.yml'}
27+
# Needed for compatibility
28+
# - !task: {path: 'tweaks\networking\disable-llmnr.yml'}
2829
- !task: {path: 'tweaks\networking\atlas-network-settings.yml'}
2930

3031
# -------------------------------------------------------------------------- #

0 commit comments

Comments
 (0)