You've already forked haproxy-wi
mirror of
https://github.com/roxy-wi/roxy-wi.git
synced 2025-12-15 11:54:05 +08:00
@@ -864,7 +864,10 @@ def haproxy_wi_log(**kwargs):
|
||||
|
||||
def show_ip(stdout):
|
||||
for line in stdout:
|
||||
print(line)
|
||||
if "Permission denied" in line:
|
||||
print('error: '+line)
|
||||
else:
|
||||
print(line)
|
||||
|
||||
|
||||
def server_status(stdout):
|
||||
|
||||
Reference in New Issue
Block a user