unoconv / unoserver

MIT License
496 stars 69 forks source link

Option to Bind Domain Socket #121

Open pg-wtatum opened 2 weeks ago

pg-wtatum commented 2 weeks ago

Is there an option to have unoserver bind to a unix domain socket instead of a network interface? Might not make much practical difference in terms of security or performance but my preference is to use a domain socket over a network listener whenever possible so just curious if this option is available or if it's practical to add?