Skip to content

Commit

Permalink
added commit command to rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Stewart committed Nov 23, 2013
1 parent c9af581 commit 9cab876
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions airvpn
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,8 @@ def print_rules(lan_ip_block, interface, virtual_interface, config_dir):
# allow output to VPN servers (ie. for initial connection)
for server_ip in server_ips:
print '-A OUTPUT -d %s/32 -o %s -p udp -m udp --dport 443 -j ACCEPT' % (server_ip, interface)

print 'COMMIT'


def main(args):
Expand Down

0 comments on commit 9cab876

Please sign in to comment.