Open ulido opened 1 year ago
This implements a simple regex that checks if the given socketfile string matches a host/port pattern in the form "1.2.3.4:1234". If it does match, it connects to that port on the host instead of a local socket file.
socketfile
This implements a simple regex that checks if the given
socketfile
string matches a host/port pattern in the form "1.2.3.4:1234". If it does match, it connects to that port on the host instead of a local socket file.