Skip to content

Handle UNIX network connections in Process method#5693

Open
smaznet wants to merge 1 commit intoXTLS:mainfrom
smaznet:patch-1
Open

Handle UNIX network connections in Process method#5693
smaznet wants to merge 1 commit intoXTLS:mainfrom
smaznet:patch-1

Conversation

@smaznet
Copy link

@smaznet smaznet commented Feb 14, 2026

Forward connections from UNIX to TCP network type.

Added support listening on unix socket for dokodemo and forwarding to TCP endpoint

  {
      "listen": "@test.socket",
      "port": 10085,
      "protocol": "dokodemo-door",
      "settings": {
        "address": "127.0.0.1",
        "network": "unix",
        "port": 8000
      },
      "tag": "test"
    }

creates a unix listener and forwards incoming request to that unix to tcp addr

   $ curl --abstract-unix-socket test.socket 127.0.0.1
<!DOCTYPE HTML>
<html lang="en">

Forward connections from UNIX to TCP network type.
@Fangliding
Copy link
Member

?

@Fangliding Fangliding closed this Feb 14, 2026
@smaznet
Copy link
Author

smaznet commented Feb 14, 2026

Why?

@Fangliding
Copy link
Member

Fangliding commented Feb 14, 2026

Sorry, I remembered sth incorrectly

@Fangliding Fangliding reopened this Feb 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants