Skip to content

Instantly share code, notes, and snippets.

@mzpqnxow
Last active January 23, 2019 16:07
Show Gist options
  • Save mzpqnxow/2800af6639f1b17f8abbce37cf7bee9d to your computer and use it in GitHub Desktop.
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)
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