pushing for external testing

This commit is contained in:
brent s
2017-11-14 15:22:38 -05:00
parent 1bac4a9d78
commit aa791870be
3 changed files with 38 additions and 36 deletions

View File

@@ -36,11 +36,9 @@ read =
write =
[TUNNEL]
# NOTE: TO USE SSH TUNNELING, YOU MUST HAVE THE PARAMIKO PYTHON MODULE INSTALLED.
# NOTE: TO USE SSH TUNNELING, YOU MUST HAVE THE "sshtunnel" PYTHON MODULE INSTALLED.
# If enabled, we will bind the remote port to the host and port given in the [ICE] section.
# So you probably want to use localhost/127.0.0.1/::1 up there, and if you're
# running this script as a non-root user (you should be), then you'll want an
# ephemeral/non-privileged port that doesn't have anything bound to it.
# So you probably want to use localhost/127.0.0.1/::1 up there.
# If this is enabled, we will try to initiate an SSH tunnel to the remote server,
# and use the Ice interface through that. Probably only works with TCP Ice instances.