Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: resolves ipv6 only host #126

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Conversation

steve-chavez
Copy link
Member

@steve-chavez steve-chavez commented Feb 2, 2024

Includes an ipv6 only nginx host:

  server {
    listen [::]:8888 ipv6only=on;

    location / {
      echo 'Hello ipv6 only';
    }
  }

And tests it with pg_net.

@mansueli mansueli merged commit 681c8c8 into supabase:master Feb 2, 2024
5 checks passed
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