You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2021-09-13 13:39:45,785 daphne.cli INFO Starting server at ssl:8001:privateKey=/.../cert.pem:certKey=.../privkey.pem, tcp:port=8000:interface=127.0.0.1
2021-09-13 13:39:45,786 daphne.server INFO HTTP/2 support not enabled (install the http2 and tls Twisted extras)
2021-09-13 13:39:45,786 daphne.server INFO Configuring endpoint ssl:8001:privateKey=/.../cert.pem:certKey=/.../privkey.pem
2021-09-13 13:39:45,791 daphne.server INFO Listening on TCP address 0.0.0.0:8001
2021-09-13 13:39:45,791 daphne.server INFO Configuring endpoint tcp:port=8000:interface=127.0.0.1
2021-09-13 13:39:45,791 daphne.server INFO Listening on TCP address 127.0.0.1:8000
2021-12-12 20:20:07,452 INFO Starting server at ssl:8001:interface=127.0.0.1:privateKey=key.pem:certKey=cert.pem, tcp:port=8000:interface=127.0.0.1
2021-12-12 20:20:07,452 INFO HTTP/2 support not enabled (install the http2 and tls Twisted extras)
2021-12-12 20:20:07,453 INFO Configuring endpoint ssl:8001:interface=127.0.0.1:privateKey=key.pem:certKey=cert.pem
2021-12-12 20:20:07,455 INFO Listening on TCP address 127.0.0.1:8001
2021-12-12 20:20:07,455 INFO Configuring endpoint tcp:port=8000:interface=127.0.0.1
2021-12-12 20:20:07,455 INFO Listening on TCP address 127.0.0.1:8000
(docs)
I start daphne like:
but daphne keeps listeinig on 0.0.0.0:
and
how can I restrictc daphne to localhost?
my daphne version is
python 3.8.2
daphne 3.0.1
channels 3.0.2
The text was updated successfully, but these errors were encountered: