-
Notifications
You must be signed in to change notification settings - Fork 241
Closed
Description
Current Functionality
lokinet.ini (under the [api] section) defaults to bind=tcp://127.0.0.1:1190
#2057 adds the ability to access an IPC socket by changing the line to bind=ipc:///some/path/my.sock
Desired Functionality
Lokinet should be able to bind to multiple listening addresses instead of one, by repeating the bind=...
line such as
bind=tcp://127.0.0.1:1190
bind=ipc:///some/path/my.sock
TODO (so far)
- Update oxenmq interface to call
listen_plain
for each bind address - Update config file to take list instead of single value
- Update config parsing logic to chdir to data directory to accommodate IPC socket relative paths
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request