supabase / pg_net

A PostgreSQL extension that enables asynchronous (non-blocking) HTTP/HTTPS requests with SQL
https://supabase.github.io/pg_net
Apache License 2.0
213 stars 16 forks source link

test: resolves ipv6 only host #126

Closed steve-chavez closed 7 months ago

steve-chavez commented 7 months ago

Includes an ipv6 only nginx host:

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

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

And tests it with pg_net.