diff options
author | David Strauss <david@davidstrauss.net> | 2013-11-07 14:46:31 +1000 |
---|---|---|
committer | David Strauss <david@davidstrauss.net> | 2013-11-07 14:46:31 +1000 |
commit | fd201fda7d70f37c77db715562242afc7f8e0fdd (patch) | |
tree | 290b12ef7b8a52921f09f380809c3e9b7d2790f4 /TODO | |
parent | 28f86262b9c77b8034dd9b6fd5dfb9398839362f (diff) |
socket-proxyd: The proxy can now accept multiple sockets (but only to one remote host).
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ Features: * remove NSS usage from PID 1 (notably the specifiers) * socket-proxyd: - - Support multiple inherited sockets mapped using different proxies + - Support multiple inherited sockets mapped to different remote hosts - Use a nonblocking alternative to getaddrinfo - Until we can start daemons directly, find a less ugly, less racy alternative than shell scripts for the second man page example. - Support starting daemons directly without requiring a shell script; update man pages |