mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 13:55:24 +00:00
fix(blahd): reject UNIX domain socket for now
It's too complex to bother with for the current `axum` API. Let's wait for axum 0.8 release. Ref: https://github.com/tokio-rs/axum/pull/2479
This commit is contained in:
parent
ec7f428519
commit
b955d32099
5 changed files with 68 additions and 29 deletions
|
@ -24,6 +24,7 @@ address = "localhost:8080"
|
|||
|
||||
# Use systemd socket activation mechanism to get listener fd from envvars.
|
||||
# See also sd_listen_fds(3) and systemd.socket(5).
|
||||
# NB. Currently only TCP sockets are supported. UNIX domain socket is TODO.
|
||||
#systemd = true
|
||||
|
||||
[server]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue