Create a gist now

Instantly share code, notes, and snippets.

anonymous /gist:ed5de9ff71e6b3108680 Secret
Created Apr 25, 2012

What would you like to do?
from-zone untrust to-zone trust {
policy ANT_NOD {
match {
source-address any;
destination-address ANTIVIR_NOD;
application any;
}
then {
permit;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment