Skip to content

Commit

Permalink
move scripts into own dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gdestuynder committed Apr 11, 2014
1 parent 3725934 commit 2f5a5a7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 104 deletions.
2 changes: 2 additions & 0 deletions netfilter_openvpn.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
try:
config = imp.load_source('config', 'netfilter_openvpn.conf')
except:
config = imp.load_source('config', '/etc/openvpn/netfilter_openvpn.conf')
else:
config = imp.load_source('config', '/etc/netfilter_openvpn.conf')

#MozDef Logging
Expand Down
56 changes: 0 additions & 56 deletions vpn-fw-find-user.sh

This file was deleted.

48 changes: 0 additions & 48 deletions vpn-netfilter-cleanup-ip.sh

This file was deleted.

0 comments on commit 2f5a5a7

Please sign in to comment.