dogeorg / dogeboxd

Dogebox system manager service
MIT License
1 stars 0 forks source link

Allow pups to listen on host ports #25

Closed SomeoneWeird closed 2 months ago

SomeoneWeird commented 2 months ago

This lets client pups listen on host ports, allowing the user to port-forward on their router and expose things to the internet.

This is required for running proper P2P nodes etc.

This adds a ListenOnHost to the manifest, under the exposes section. We have discussed changing this going forward, but this is the easiest go for now.