<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/interface-definitions/include/haproxy, branch sever-sever</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=sever-sever</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=sever-sever'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-07-03T23:41:25+00:00</updated>
<entry>
<title>T6539: add logging options to load-balancer reverse-proxy</title>
<updated>2024-07-03T23:41:25+00:00</updated>
<author>
<name>Jonathan Voss</name>
<email>jvoss@onvox.net</email>
</author>
<published>2024-07-01T17:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=dd5908eac390294ea178953fc0e6821d803d62f6'/>
<id>urn:sha1:dd5908eac390294ea178953fc0e6821d803d62f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reverse-proxy: T6454: Set default value of http for haproxy mode</title>
<updated>2024-06-07T11:30:22+00:00</updated>
<author>
<name>Alex W</name>
<email>embezzle.dev@proton.me</email>
</author>
<published>2024-06-07T10:32:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=60d7c0ecaff49ec62f4600a460f5fbe7b26a0d9c'/>
<id>urn:sha1:60d7c0ecaff49ec62f4600a460f5fbe7b26a0d9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>load-balancing haproxy: T6391: fix typo in timeout help (#3513)</title>
<updated>2024-05-24T07:54:52+00:00</updated>
<author>
<name>Gregor Michels</name>
<email>gregor.michels@web.de</email>
</author>
<published>2024-05-24T07:54:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=609563d6acfeafbed46b1ac5e6bd497ce097e3bc'/>
<id>urn:sha1:609563d6acfeafbed46b1ac5e6bd497ce097e3bc</id>
<content type='text'>
Co-authored-by: Gregor Michels &lt;hirnpfirsich@brainpeach.de&gt;</content>
</entry>
<entry>
<title>reverse-proxy: T6370: Set custom HTTP headers in reverse-proxy responses</title>
<updated>2024-05-21T22:25:06+00:00</updated>
<author>
<name>Alex W</name>
<email>embezzle.dev@proton.me</email>
</author>
<published>2024-05-21T22:25:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e1450096b4c667a4c33a3fcd8f67ebf6a39d441d'/>
<id>urn:sha1:e1450096b4c667a4c33a3fcd8f67ebf6a39d441d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T6226: add HAPROXY tcp-request related block to load-balancing reverse proxy config</title>
<updated>2024-04-23T06:39:02+00:00</updated>
<author>
<name>Windom WU</name>
<email>drw_08@hotmail.com</email>
</author>
<published>2024-04-23T06:39:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=984c386d11ead8371b7ac381e6c0921473e557ed'/>
<id>urn:sha1:984c386d11ead8371b7ac381e6c0921473e557ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reverse-proxy: T5999: Allow root for exact match in backend rule URL</title>
<updated>2024-01-31T04:02:30+00:00</updated>
<author>
<name>cleopold73</name>
<email>cleopold73@gmail.com</email>
</author>
<published>2024-01-31T04:02:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=f2c6cb62521bf13a51225462e8d39ee184645de1'/>
<id>urn:sha1:f2c6cb62521bf13a51225462e8d39ee184645de1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5222: Refactoring load-balancing reverse-proxy</title>
<updated>2023-05-19T09:57:11+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-05-19T09:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=e201bd35511e1a000ffa21a4194d234634cfd76c'/>
<id>urn:sha1:e201bd35511e1a000ffa21a4194d234634cfd76c</id>
<content type='text'>
Improve and refactoring "load-balancing reverse-proxy"

 - replace 'reverse-proxy server &lt;tag&gt;'
        =&gt; 'reverse-proxy service &lt;tag&gt;'

 - replace 'reverse-proxy global-parameters tls &lt;xxx&gt;'
        =&gt; 'reverse-proxy global-parameters tls-version-min xxx'
        =&gt; 'reverse-proxy global-parameters ssl-bind-ciphers xxx'

 - replace 'reverse-proxy service https rule &lt;tag&gt; set server 'xxx'
        =&gt; 'reverse-proxy service https rule &lt;tag&gt; set backend 'xxx'

  'service https rule &lt;tag&gt; domain-name xxx' set as multinode
</content>
</entry>
<entry>
<title>T5222: Add load-balancing for web traffic</title>
<updated>2023-05-17T13:23:18+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-05-13T12:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=6d0325190fcede5b912c20cfb6ffefab90a3f4f4'/>
<id>urn:sha1:6d0325190fcede5b912c20cfb6ffefab90a3f4f4</id>
<content type='text'>
</content>
</entry>
</feed>
