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 the callback script runs every time the port is reobtained, but for some cases (e.g. Plex where we cannot re-map the local port) we would want to run a command just once (for a proxy on that port) after establishing the connections.
E.g. for Plex 32400 is fixed as the local port, and we need to locally forward the outward forwarded port to that, within the network namespace:
We would want to put the last command in a script, but need to pass in the port 42754 there which we'll get from the ProtonVPN port forwarding in vopono (note 10.200.1.2 is the local IP address of the network namespace).
The text was updated successfully, but these errors were encountered:
- Fixes handling of target applications with spaces in the name. This
applies for the target application and also postup and predown host
scripts. Fixes issue #259
- Add argument handling for postup and predown scripts, so these can be
passed arguments now.
- Add `vopono.host` entry to the hosts file in the network namespace
with the `$VOPONO_HOST_IP` if `--allow-host-access` is used. This
allows you to access services on the host at `http://vopono.host:80`
etc. from inside the network namespace. Addresses issue #262
- Add `$VOPONO_FORWARDED_PORT` environment variable if
`--port-forwarding` or `--custom-port-forwarding` are used for
provider port forwarding. Addresses issue #260
- Added details on Plex port forwarding configuration to the
USERGUIDE.md
Currently the callback script runs every time the port is reobtained, but for some cases (e.g. Plex where we cannot re-map the local port) we would want to run a command just once (for a proxy on that port) after establishing the connections.
E.g. for Plex 32400 is fixed as the local port, and we need to locally forward the outward forwarded port to that, within the network namespace:
We would want to put the last command in a script, but need to pass in the port 42754 there which we'll get from the ProtonVPN port forwarding in vopono (note 10.200.1.2 is the local IP address of the network namespace).
The text was updated successfully, but these errors were encountered: