Skip to content

Commit

Permalink
squid: Fix "squid_dnf_mirrors" DNS error.
Browse files Browse the repository at this point in the history
  • Loading branch information
JGoutin committed Nov 15, 2024
1 parent ebcd4b9 commit 266fb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/squid/files/squid_dnf_mirrors.service
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ProtectKernelLogs=true
ProtectKernelModules=true
ProtectKernelTunables=true
RemoveIPC=true
RestrictAddressFamilies=true
RestrictAddressFamilies=AF_INET AF_INET6
RestrictNamespaces=true
RestrictRealtime=true
RestrictSUIDSGID=true
Expand Down

0 comments on commit 266fb74

Please sign in to comment.