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
/// | |
/// Allows basic access to the windows firewall API. | |
/// This can be used to add an exception to the windows firewall | |
/// exceptions list, so that our programs can continue to run merrily | |
/// even when nasty windows firewall is running. | |
/// | |
/// Please note: It is not enforced here, but it might be a good idea | |
/// to actually prompt the user before messing with their firewall settings, | |
/// just as a matter of politeness. | |
/// |