got rid of tcp, instead using unix sockets

This commit is contained in:
2023-10-04 01:36:53 +05:00
parent f3fef33fb6
commit e0ffbee649
4 changed files with 5 additions and 13 deletions

View File

@ -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