1 # ------------------------------------------------------------------------------ 2 # -= Arno's Iptables Firewall(AIF) - PPTP VPN Passthrough plugin =- 3 # ------------------------------------------------------------------------------ 4 5 # To actually enable this plugin make ENABLED=1: 6 # ------------------------------------------------------------------------------ 7 ENABLED=0 8 9 # PPTP uses the GRE protocol for transport, as such, when PPTP VPN clients 10 # have NAT between them and the PPTP VPN server special packet handling must be performed. 11 # This plugin loads the required Linux Kernel modules to handle that situation. 12 # 13 # No configuration options 14 # ------------------------------------------------------------------------------