7 lines
75 B
Cheetah
7 lines
75 B
Cheetah
${ ip_addrs }
|
|
%{ for addr in ip_addrs ~}
|
|
backend ${addr}:xx
|
|
%{ endfor ~}
|
|
|
|
|