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

Not listening to IPv4 #282

Open
lusvelt opened this issue Feb 20, 2023 · 0 comments
Open

Not listening to IPv4 #282

lusvelt opened this issue Feb 20, 2023 · 0 comments

Comments

@lusvelt
Copy link

lusvelt commented Feb 20, 2023

I have multiple apps running on my server and i have installed redbird to run multiple domains on the same server, each one addressing a specific app. However when I launch redbird (via pm2) it only listens from IPv6 addresses, as I can verify by running netstat -tulpn. Is this default behaviour or is there something wrong in my configuration?

const redbird = new require('redbird')({
        port: 80,
        letsencrypt: {
                path: 'certs',
                port: 3000
        },
        ssl: {
                port: 443
        }
});
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

No branches or pull requests

1 participant