|
349 | 349 |
|
350 | 350 |
|
351 | 351 | <li class="md-tabs__item"> |
352 | | - <a href="../features/fake-tls/" class="md-tabs__link"> |
| 352 | + <a href="../features/dpi-resistance/" class="md-tabs__link"> |
353 | 353 |
|
354 | 354 |
|
355 | 355 |
|
|
835 | 835 |
|
836 | 836 |
|
837 | 837 |
|
| 838 | + <li class="md-nav__item"> |
| 839 | + <a href="../features/dpi-resistance/" class="md-nav__link"> |
| 840 | + |
| 841 | + |
| 842 | + |
| 843 | + <span class="md-ellipsis"> |
| 844 | + |
| 845 | + |
| 846 | + DPI Resistance |
| 847 | + |
| 848 | + |
| 849 | + |
| 850 | + </span> |
| 851 | + |
| 852 | + |
| 853 | + |
| 854 | + </a> |
| 855 | + </li> |
| 856 | + |
| 857 | + |
| 858 | + |
| 859 | + |
| 860 | + |
| 861 | + |
| 862 | + |
| 863 | + |
| 864 | + |
| 865 | + |
838 | 866 | <li class="md-nav__item"> |
839 | 867 | <a href="../features/fake-tls/" class="md-nav__link"> |
840 | 868 |
|
|
1240 | 1268 | </label> |
1241 | 1269 | <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> |
1242 | 1270 |
|
| 1271 | + <li class="md-nav__item"> |
| 1272 | + <a href="#460" class="md-nav__link"> |
| 1273 | + <span class="md-ellipsis"> |
| 1274 | + |
| 1275 | + 4.6.0 |
| 1276 | + |
| 1277 | + </span> |
| 1278 | + </a> |
| 1279 | + |
| 1280 | +</li> |
| 1281 | + |
1243 | 1282 | <li class="md-nav__item"> |
1244 | 1283 | <a href="#450" class="md-nav__link"> |
1245 | 1284 | <span class="md-ellipsis"> |
|
1351 | 1390 | </label> |
1352 | 1391 | <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix> |
1353 | 1392 |
|
| 1393 | + <li class="md-nav__item"> |
| 1394 | + <a href="#460" class="md-nav__link"> |
| 1395 | + <span class="md-ellipsis"> |
| 1396 | + |
| 1397 | + 4.6.0 |
| 1398 | + |
| 1399 | + </span> |
| 1400 | + </a> |
| 1401 | + |
| 1402 | +</li> |
| 1403 | + |
1354 | 1404 | <li class="md-nav__item"> |
1355 | 1405 | <a href="#450" class="md-nav__link"> |
1356 | 1406 | <span class="md-ellipsis"> |
|
1449 | 1499 |
|
1450 | 1500 |
|
1451 | 1501 | <h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">¶</a></h1> |
| 1502 | +<h2 id="460">4.6.0<a class="headerlink" href="#460" title="Permanent link">¶</a></h2> |
| 1503 | +<p>DPI resistance and operational improvements.</p> |
| 1504 | +<ul> |
| 1505 | +<li><strong>ServerHello size variation</strong> widened from ±1 to ±32 bytes, mimicking the natural variation in certificate chain and session ticket sizes seen from real TLS servers</li> |
| 1506 | +<li><strong>ServerHello fragmentation</strong>: ServerHello and CCS+AppData are now sent as separate TCP segments, defeating DPI that pattern-matches the full handshake response in a single packet</li> |
| 1507 | +<li>Docker healthcheck respects custom <code>STATS_PORT</code> — previously hardcoded to 8888, now uses <code>${STATS_PORT:-8888}</code> (<a href="https://github.com/teleproxy/teleproxy/issues/38">#38</a>)</li> |
| 1508 | +<li><code>install.sh</code> supports multiple secrets via comma-separated <code>SECRET</code> or numbered <code>SECRET_N</code> variables</li> |
| 1509 | +<li><code>/link</code> endpoint serves connection links as HTML pages with scannable QR codes</li> |
| 1510 | +</ul> |
| 1511 | +<p>New documentation: <a href="../features/dpi-resistance/">DPI Resistance</a> — covers server-side mitigations, recommended setup, and client-side bypass tools.</p> |
| 1512 | +<div class="admonition note"> |
| 1513 | +<p class="admonition-title">Client-side detection</p> |
| 1514 | +<p>The primary detection vector for MTProxy fake-TLS in Russia is the <strong>Telegram client's TLS fingerprint</strong>, which cannot be fixed server-side. Telegram Desktop <a href="https://github.com/telegramdesktop/tdesktop/pull/30513">fixed several fingerprint artifacts</a>; keep clients updated. For affected networks, client-side bypass tools like <a href="https://github.com/bol-van/zapret">zapret</a> and <a href="https://github.com/ValdikSS/GoodbyeDPI">GoodbyeDPI</a> can help.</p> |
| 1515 | +</div> |
1452 | 1516 | <h2 id="450">4.5.0<a class="headerlink" href="#450" title="Permanent link">¶</a></h2> |
1453 | 1517 | <p>QR codes for connection links.</p> |
1454 | 1518 | <ul> |
|
0 commit comments