Last active
January 23, 2019 16:07
-
-
Save mzpqnxow/2800af6639f1b17f8abbce37cf7bee9d to your computer and use it in GitHub Desktop.
An apt.conf disabling mdns and mitigating the HTTP redirect attack (MITM RCE)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APT { | |
Acquire { | |
AllowRedirect "false"; | |
}; | |
Never-MarkAuto-Sections | |
{ | |
"*avahi*"; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment