mirror of
https://codeberg.org/prof_x_pvt_ltd/captive.whump.shanti-portal
synced 2024-08-14 22:46:42 +00:00
protocol no longer needed with ipset
This commit is contained in:
parent
f8d2a410af
commit
72d21f7e6b
1 changed files with 1 additions and 2 deletions
|
@ -41,8 +41,7 @@ class Client(object):
|
|||
raise errors.StorageNotFound('Client not found')
|
||||
else:
|
||||
client_data = self.storage.get_client(
|
||||
self._ip_address,
|
||||
self.protocol
|
||||
self._ip_address
|
||||
)
|
||||
|
||||
# Init iptables
|
||||
|
|
Loading…
Reference in a new issue