Skip to content

Instantly share code, notes, and snippets.

@lutoma
Created October 3, 2017 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lutoma/2318651034aa97ba3869321190f9ce93 to your computer and use it in GitHub Desktop.
Save lutoma/2318651034aa97ba3869321190f9ce93 to your computer and use it in GitHub Desktop.
protocol kernel {
scan time 20;
device routes;
import none;
export filter {
if source = RTS_STATIC then reject;
krt_prefsrc = OWNIP;
accept;
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment