diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/xinetd/templates/port_forward | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/xinetd/templates/port_forward b/modules/xinetd/templates/port_forward index 9ebdbb91..3fe7903b 100644 --- a/modules/xinetd/templates/port_forward +++ b/modules/xinetd/templates/port_forward @@ -7,7 +7,7 @@ service <%= name %> <%- else -%> socket_type = dgram <%- end -%> - protocol = <%= protocol %> + protocol = <%= proto %> user = nobody wait = no redirect = <%= target_ip %> <%= target_port %> |