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
As of now we can provide single tcp source and single unix connection for example tcp-to-unix --src localhost:8100 --dst /var/run/usbmuxd
So it is feasible that we can have multiple tcp sources and they can relay the data to a unix connection.
for example tcp-to-unix --src localhost:8100,localhost:8200,localhost:8300 --dst /var/run/usbmuxd?
Or is there a way to achieve the same?
The text was updated successfully, but these errors were encountered:
As of now we can provide single tcp source and single unix connection for example
tcp-to-unix --src localhost:8100 --dst /var/run/usbmuxd
So it is feasible that we can have multiple tcp sources and they can relay the data to a unix connection.
for example
tcp-to-unix --src localhost:8100,localhost:8200,localhost:8300 --dst /var/run/usbmuxd
?Or is there a way to achieve the same?
The text was updated successfully, but these errors were encountered: