<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/data/templates/load-balancing, branch current</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=current</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=current'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2025-07-02T17:48:17+00:00</updated>
<entry>
<title>wan-load-balancing: T7584: Default SNAT behaviour fixed to effect load balanced packets only</title>
<updated>2025-07-02T17:48:17+00:00</updated>
<author>
<name>Abhishek Safui</name>
<email>abhishek.safui@cdot.in</email>
</author>
<published>2025-07-02T17:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=4374a27342e58fea1ac5928805e688d6d127fd04'/>
<id>urn:sha1:4374a27342e58fea1ac5928805e688d6d127fd04</id>
<content type='text'>
Matched the out iface name in wan load balancer default SNAT rule
so that SNAT is performed to load balanced packets only
</content>
</entry>
<entry>
<title>pki: T7122: when ACME listen-address is used - check if port is available</title>
<updated>2025-05-05T17:50:20+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-05-05T15:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f40cf6064a02fbb6baae924e94b9183d6bd87474'/>
<id>urn:sha1:f40cf6064a02fbb6baae924e94b9183d6bd87474</id>
<content type='text'>
When instructing certbot to listen on a given address, check if the address is
free to use. Also take this into account when spawning certbot behind HAProxy.
If the address is not (yet) bound - the request must be done in standalone mode
and not via the reverse-proxy.
</content>
</entry>
<entry>
<title>haproxy: T7122: always reverse-proxy ACL for certbot</title>
<updated>2025-05-04T21:38:29+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-05-04T09:35:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=59957ad694043f41a7b1e9ee740b19c87f297867'/>
<id>urn:sha1:59957ad694043f41a7b1e9ee740b19c87f297867</id>
<content type='text'>
Always enable the ACL entry to reverse-proxy requests to the path
"/.well-known/acme-challenge/" when "redirect-http-to-https" is configured for
a given HAProxy frontend service.

This is an intentional design decision to simplify the implementation and reduce
overall code complexity. It poses no risk: a missing path returns a 404, and an
unavailable backend yields an error 503.

This approach avoids a chicken-and-egg problem where certbot might try to
request a certificate via reverse-proxy before the proxy config is actually
generated and active.

By always routing through HAProxy, we also eliminate downtime as port 80 does
not need to be freed for certbot's standalone mode.
</content>
</entry>
<entry>
<title>haproxy: T7122: automatically reverse-proxy to certbot</title>
<updated>2025-04-28T20:10:08+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-04-28T20:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f8b0d74eecabdd16cb0cd6239c8095ed6d2321e3'/>
<id>urn:sha1:f8b0d74eecabdd16cb0cd6239c8095ed6d2321e3</id>
<content type='text'>
Automatically render HaProxy rules to reverse-proxy ACME challanges when the
requested certificate was issued using ACME.
</content>
</entry>
<entry>
<title>haproxy: T7122: render explicit http configuration to properly bind port 80</title>
<updated>2025-04-28T20:10:08+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2025-04-22T14:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d4206a0885c080ef2e4b19ff33a30abc8b479dad'/>
<id>urn:sha1:d4206a0885c080ef2e4b19ff33a30abc8b479dad</id>
<content type='text'>
If redirect-http-to-https is set we will render a discrete onfiguration in
HAproxy to properly claim port 80 in the system to detect if a service is
alreadey using the port or not.
</content>
</entry>
<entry>
<title>T7190: Add haproxy default timeout options configurable</title>
<updated>2025-02-24T10:28:33+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2025-02-22T15:44:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=fe20eae99ebdb7781f74ada3a7c13a848ea75bcc'/>
<id>urn:sha1:fe20eae99ebdb7781f74ada3a7c13a848ea75bcc</id>
<content type='text'>
Add the ability to configurate default timeout and frontend
client timeout

```
set load-balancing haproxy service web timeout client '600'
set load-balancing haproxy timeout check '4'
set load-balancing haproxy timeout client '600'
set load-balancing haproxy timeout connect '12'
set load-balancing haproxy timeout server '120'
```
</content>
</entry>
<entry>
<title>wlb: T4452: Use return for exclude statements</title>
<updated>2025-02-19T19:00:30+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2025-02-19T19:00:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2250f15e2353d4a47fff45408f33a11f7a8db95f'/>
<id>urn:sha1:2250f15e2353d4a47fff45408f33a11f7a8db95f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wlb: T4470: Migrate WAN load balancer to Python/XML</title>
<updated>2025-02-13T22:30:24+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2022-10-12T15:08:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a03174843512340f2f970fd6c3fe189b7bba92d6'/>
<id>urn:sha1:a03174843512340f2f970fd6c3fe189b7bba92d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>haproxy: T7081: Support HTTP compression (#4314)</title>
<updated>2025-01-27T20:57:27+00:00</updated>
<author>
<name>Alex W</name>
<email>embezzle.dev@proton.me</email>
</author>
<published>2025-01-27T20:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=85be7579f4e93f9da06b5e8775b5296be953d422'/>
<id>urn:sha1:85be7579f4e93f9da06b5e8775b5296be953d422</id>
<content type='text'>
</content>
</entry>
<entry>
<title>haproxy: T6745: Rename `reverse-proxy` to `haproxy`</title>
<updated>2024-10-09T13:55:15+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2024-10-09T12:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=90a4827284acd3cb072cdfeef323c522802c6449'/>
<id>urn:sha1:90a4827284acd3cb072cdfeef323c522802c6449</id>
<content type='text'>
</content>
</entry>
</feed>
