Added get and refresh IP options

Refactored
This commit is contained in:
Rupert Edwards 2020-07-22 15:21:07 -04:00 committed by GitHub
parent 4dce147afd
commit 495a43e40c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ AutomapHostsOnResolve 1
TransPort %s
DNSPort %s
''' % (basename(__file__), self.trans_port, self.virtual_net,
self.trans_port, self.local_dnsport)
self.trans_port, self.local_dnsport)
def flush_iptables_rules(self):
call(["iptables", "-F"])