unifi_create_port_forward
Create port forwarding rules on UniFi network controller to direct external traffic to specific internal IP addresses and ports.
Instructions
Create a port forwarding rule. protocol: 'tcp'|'udp'|'tcp_udp'. src_port / fwd_port: port numbers or ranges (e.g. '80', '8080:8090'). fwd: destination LAN IP address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| fwd | Yes | ||
| fwd_port | Yes | ||
| src_port | Yes | ||
| protocol | No | tcp | |
| site_id | No | default | |
| enabled | No | ||
| dst_port | No |