generated from coulomb/repo-seed
tunnels: optional remote_host forward destination (default 127.0.0.1)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -107,6 +107,7 @@ def _parse_tunnel(name: str, data: dict) -> TunnelConfig:
|
||||
reconnect=reconnect,
|
||||
health_check=health_check,
|
||||
direction=direction,
|
||||
remote_host=str(data.get("remote_host", "127.0.0.1")),
|
||||
cert_command=cert_command,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user