Skip to content

Commit

Permalink
Merge pull request #473 from splunk/fix/tls_port
Browse files Browse the repository at this point in the history
TLS multi-port template fix
  • Loading branch information
Ryan Faircloth authored and GitHub committed May 19, 2020
2 parents c102bb7 + fc4a197 commit d134a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/etc/go_templates/source_network.t
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ source s_{{ .port_id }} {
{{- range split (getenv (print "SC4S_LISTEN_" .port_id "_TLS_PORT") "6514") "," }}
network(
transport("tls")
port({{ getenv (print "SC4S_LISTEN_" .port_id "_TLS_PORT") "6514" }})
port({{ . }})
ip-protocol(4)
max-connections({{getenv "SC4S_SOURCE_TCP_MAX_CONNECTIONS" "2000"}})
log-iw-size({{getenv "SC4S_SOURCE_TCP_IW_SIZE" "20000000"}})
Expand Down

0 comments on commit d134a54

Please sign in to comment.