Added get and refresh IP options
Refactored. Moved status ON
This commit is contained in:
parent
c3f6df7cce
commit
a9a8d4fcd0
1 changed files with 2 additions and 2 deletions
|
@ -58,6 +58,8 @@ DNSPort %s
|
||||||
stdout=fnull, stderr=fnull)
|
stdout=fnull, stderr=fnull)
|
||||||
|
|
||||||
if tor_restart is 0:
|
if tor_restart is 0:
|
||||||
|
print(" {0}".format(
|
||||||
|
"[\033[92m+\033[0m] Anonymizer status \033[92m[ON]\033[0m"))
|
||||||
self.get_ip()
|
self.get_ip()
|
||||||
except CalledProcessError as err:
|
except CalledProcessError as err:
|
||||||
print("\033[91m[!] Command failed: %s\033[0m" % ' '.join(err.cmd))
|
print("\033[91m[!] Command failed: %s\033[0m" % ' '.join(err.cmd))
|
||||||
|
@ -94,8 +96,6 @@ DNSPort %s
|
||||||
call(["iptables", "-A", "OUTPUT", "-j", "REJECT"])
|
call(["iptables", "-A", "OUTPUT", "-j", "REJECT"])
|
||||||
|
|
||||||
def get_ip(self):
|
def get_ip(self):
|
||||||
print(" {0}".format(
|
|
||||||
"[\033[92m+\033[0m] Anonymizer status \033[92m[ON]\033[0m"))
|
|
||||||
print(" {0}".format(
|
print(" {0}".format(
|
||||||
"[\033[92m*\033[0m] Getting public IP, please wait..."))
|
"[\033[92m*\033[0m] Getting public IP, please wait..."))
|
||||||
retries = 0
|
retries = 0
|
||||||
|
|
Loading…
Reference in a new issue