How to bind to an IP address?
-
Does nodebb bind to all IP address by default? this is my config.json and it listens to all my IP addresses on port 80
"url": "http://149.202.63.125:80", "secret": "blahblahblah1", "database": "redis", "redis": { "host": "127.0.0.1", "port": "6379", "password": "", "database": "0" }
}
so to get it binding only to the 149.202.63.125 address do i have to add something like this?
"socket.io": { "address": "149.202.63.125" } "port": "80",
but it doesnt work
Copyright © 2024 NodeBB | Contributors