We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm running the following command to start the server
BORE_DOMAIN=my.domain BORE_HTTPADDR=xxx.xxx.xxx.xxx:80 BORE_SSHADDR=xxx.xxx.xxx.xxx:2200 ./bore-server_linux_arm
I receive the following error
`panic: listen tcp xxx.xxx.xxx.xxx:80: bind: cannot assign requested address
goroutine 1 [running]: main.main() /Users/jan/Dev/jkuri/bore/cmd/bore-server/main.go:29 +0x2201`
The text was updated successfully, but these errors were encountered:
Hi, either you don't have permissions to bind on port 80 or another service is already binded on that port.
Sorry, something went wrong.
The server will only be used by bore, how does one give permission for the service to bind to that port 80
I did a netstat and i do not see anything listening on port 80.
Depends on your OS distro, try running it with root or sudo.
No branches or pull requests
I'm running the following command to start the server
BORE_DOMAIN=my.domain BORE_HTTPADDR=xxx.xxx.xxx.xxx:80 BORE_SSHADDR=xxx.xxx.xxx.xxx:2200 ./bore-server_linux_arm
I receive the following error
`panic: listen tcp xxx.xxx.xxx.xxx:80: bind: cannot assign requested address
goroutine 1 [running]:
main.main()
/Users/jan/Dev/jkuri/bore/cmd/bore-server/main.go:29 +0x2201`
The text was updated successfully, but these errors were encountered: