Skip to content

Commit

Permalink
Updated toriptables2.py Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ruped24 committed Jan 4, 2016
1 parent 4d25fbe commit 3ddac87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toriptables2.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
class TorIptables(object):

def __init__(self):
self.local_dnsport = "53" # DNSPort
self.virtual_net = "10.0.0.0/10" # VirtualAddrNetwork
self.local_dnsport = "53" # DNSPort
self.virtual_net = "10.0.0.0/10" # VirtualAddrNetwork
self.non_tor_net = ["192.168.0.0/16", "172.16.0.0/12"]
self.non_tor = ["127.0.0.0/9", "127.128.0.0/10", "127.0.0.0/8"]
self.tor_uid = getoutput("id -ur debian-tor") # Tor user uid
Expand Down

0 comments on commit 3ddac87

Please sign in to comment.