TeamPiped / piped-proxy

GNU Affero General Public License v3.0
44 stars 22 forks source link

Inheriting listeners #191

Closed Jeidnx closed 4 months ago

Jeidnx commented 4 months ago

This change allows piped-proxy to accept listeners from the environment. This allows for example systemd socket activation. It adds two new environment variables, FD_UNIX and FD_TCP which when set to an input number allow inheriting Unix Socket listeners and tcp listeners respectively.