Skip to content

Conversation

lukas8219
Copy link
Contributor

@lukas8219 lukas8219 commented Aug 18, 2025

WHAT is this pull request doing?

Replacing the ConnectionInfo.local that mocked a SRC/DST via localhost for a proper UNIX Socket.

HOW can this pull request be tested?

Specs:

  • Already has a proper accepts UNIX Sockets

Closes #1203


def loopback?
@address == "::1" || @address.starts_with? "127."
@address == "::1" || @address.starts_with?("127.") || @address.starts_with?("/")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly because of localhost/guest login. I prefer moving into def is_unix ?

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.

Use actual unix socket address instead of faking local connection info
1 participant