Skip to content

Instantly share code, notes, and snippets.

@compor
Created February 26, 2013 10:39
Show Gist options
  • Select an option

  • Save compor/4453fa4d1a898dfd750c to your computer and use it in GitHub Desktop.

Select an option

Save compor/4453fa4d1a898dfd750c to your computer and use it in GitHub Desktop.
null/blackhole route
# network route that goes nowhere - blackhole filtering
# 1] available to almost every host implementing the ip module
# 2] almost 0 performance impact
# 3] can sustain higher throughput than conventional firewalls
route add -host 192.168.1.1 reject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment