ensure_port_forward_rule
Set up or modify a port forwarding rule to route external traffic to an internal IP, controlling protocol, ports, and source.
Instructions
Create or update a port forwarding rule
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fwd | Yes | Internal IP address | |
| src | Yes | Source IP (usually "any") | |
| name | Yes | ||
| proto | Yes | ||
| enabled | Yes | ||
| dst_port | Yes | External port | |
| fwd_port | Yes | Internal port |