Skip to content

Commit 5ae3e16

Browse files
Change usesrc client to usesrc clientip to see if that fixes the no free ports problem
1 parent fdd75f6 commit 5ae3e16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/roles/proxy-haproxy/templates/haproxy.cfg.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ frontend scripts_tcp_frontend
8080
backend scripts_http_backend
8181
http-request reject unless { var(txn.ldapip) -m found }
8282
http-request set-dst var(txn.ldapip)
83-
source 0.0.0.0 usesrc client
83+
source 0.0.0.0 usesrc clientip
8484
server clear 0.0.0.0:0
8585

8686
backend scripts_tcp_backend
8787
mode tcp
8888
tcp-request content reject unless { var(txn.ldapip) -m found }
8989
tcp-request content set-dst var(txn.ldapip)
90-
source 0.0.0.0 usesrc client
90+
source 0.0.0.0 usesrc clientip
9191
server clear 0.0.0.0:0
9292

9393
backend scripts_http_offnet_backend

0 commit comments

Comments
 (0)