You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2026. It is now read-only.
socket.open
Attempts to open all configured incoming sockets (= -a arguments)
Success if they all open
Failure if any fail to open, all sockets left closed.
socket.close
Closes all configured incoming sockets
Always success.
socket.list
Output:
name state fd bound_address a_arg_possibly_filtered_by_transport
for instance when open:
a0 open 8 0.0.0.0:3939 :0,PROXY
a0 open 9 [::]:4029 :0,PROXY
example when closed:
a0 closed - - :0,PROXY
This will be the initial behavior without arguments, and commands will be refined when optional arguments are defined.