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
currently dora listens on all addresses unless a single v4/v6 address is specified. My setup includes multiple private interfaces and there is currently no way to specify all private IPs or excluding the public IP.
The text was updated successfully, but these errors were encountered:
Looking at this again. dora is usually run on inaddr_any, then we use the interfaces in the config if necessary to filter out messages using info from recvmsg
I wonder if we couldn't allow the config to accept something like
currently dora listens on all addresses unless a single v4/v6 address is specified. My setup includes multiple private interfaces and there is currently no way to specify all private IPs or excluding the public IP.
The text was updated successfully, but these errors were encountered: