nroi / flexo

a central pacman cache
MIT License
172 stars 10 forks source link

[Question] Can you listen on multiple ip addresses? #92

Closed cbc02009 closed 2 years ago

cbc02009 commented 2 years ago

Say I wanted to listen on :: and 0.0.0.0. Is this possible? What is the syntax?

nroi commented 2 years ago

This is not possible, you can specify only a single IP address.

I'm closing this for now because I don't expect to implement this anytime soon. Anyone who finds this feature useful can of course submit a PR.