mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-03 23:15:52 +00:00
make filters consistent for localhost.loki
This commit is contained in:
parent
30848165e7
commit
383312a74d
@ -209,8 +209,8 @@ class Monitor:
|
|||||||
paths = status["paths"]
|
paths = status["paths"]
|
||||||
self.win.addstr("paths: {}".format(len(paths)))
|
self.win.addstr("paths: {}".format(len(paths)))
|
||||||
for path in paths:
|
for path in paths:
|
||||||
if self.path_filter('inbound'):
|
if self.path_filter('localhost.loki'):
|
||||||
y_pos = self._render_path(y_pos, path, "inbound")
|
y_pos = self._render_path(y_pos, path, "localhost.loki")
|
||||||
for session in (status["remoteSessions"] or []):
|
for session in (status["remoteSessions"] or []):
|
||||||
for path in session["paths"]:
|
for path in session["paths"]:
|
||||||
if self.path_filter(session["remoteIdentity"]):
|
if self.path_filter(session["remoteIdentity"]):
|
||||||
|
Loading…
Reference in New Issue
Block a user