Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
corrad1nho committed Jun 26, 2018
1 parent b97b323 commit 05e9dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qomui/qomui_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def vpn_thread(self):
provider = self.ovpn_dict["provider"]
ip = self.ovpn_dict["ip"]

rule = (['-I', 'OUTPUT', '1', '-d', '%s' %ip), '-j', 'ACCEPT'])
rule = (['-I', 'OUTPUT', '1', '-d', '%s' %ip, '-j', 'ACCEPT'])
self.allow_ip(ip, rule)

self.logger.info("iptables: created rule for %s" %ip)
Expand Down

0 comments on commit 05e9dbd

Please sign in to comment.