got rid of tcp, instead using unix sockets
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo $1 | socat - TCP:docker.host:$XDG_OPEN_LISTENER_PORT
|
||||
echo $1 | socat - UNIX-CONNECT:/tmp/xdg-open.socket
|
||||
|
Reference in New Issue
Block a user