summaryrefslogtreecommitdiffstats
path: root/articles/ranch-1.7.0/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/ranch-1.7.0/index.html')
-rw-r--r--articles/ranch-1.7.0/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/articles/ranch-1.7.0/index.html b/articles/ranch-1.7.0/index.html
index 14e76341..730d99e4 100644
--- a/articles/ranch-1.7.0/index.html
+++ b/articles/ranch-1.7.0/index.html
@@ -74,7 +74,7 @@
<p>The PROXY protocol is a simple and efficient way for proxies to transmit information about the client.</p>
<p>While a third-party library already existed, it was not entirely compatible with the Ranch interface, in particular when socket active mode was involved. This new implementation fixes that and supports the full protocol with as little overhead as possible compared to normal operations: just one extra function call.</p>
<p>A complete list of changes can be found in the migration guide: <a href="https://ninenines.eu/docs/en/ranch/1.7/guide/migrating_from_1.6/">Migrating from Ranch 1.6 to 1.7</a>.</p>
-<p>You can donate to this project via <a href="https://salt.bountysource.com/teams/ninenines">BountySource</a>. These funds are used to pay for additional servers for testing and allow to me allocate more days to open source work. Thanks in advance!</p>
+<p>You can donate to this project via <a href="https://github.com/sponsors/essen">GitHub Sponsors</a>. These funds are used to pay for additional servers for testing and allow to me allocate more days to open source work. Thanks in advance!</p>
<p>As usual, feedback is appreciated, and issues or questions should be sent via Github tickets. Thanks!</p>
@@ -88,6 +88,10 @@
+ <li><a href="https://ninenines.eu/articles/github-sponsors/">GitHub Sponsors</a></li>
+
+
+
<li><a href="https://ninenines.eu/articles/cowboy-2.7.0/">Cowboy 2.7</a></li>