#!/bin/sh

# This file is part of Window-Switch.
# Copyright (c) 2009-2013 Antoine Martin <antoine@nagafix.co.uk>
# Window-Switch is released under the terms of the GNU GPL v3



# Use this option to disable firewall integration scripts for all users
# (overrides individual options in the user's server.conf)
FIREWALL_ENABLED=1

# List of chains where the rules should be added and removed
TARGET_CHAINS="INPUT"

# Set this to 1 to force the firewall scripts to blacklist the port
# when it is added. (this is not necessary if the firewall's default rule is to deny access)
MUST_BLOCK=1
