You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add Salamander obfuscation support for Hysteria 2
- Add obfs.type and obfs.password fields to node model
- Generate obfs block in server config when enabled
- Add obfs params to hysteria2:// URI (?obfs=salamander&obfs-password=xxx)
- Add obfs block to sing-box JSON outbounds
- Add obfs/obfs-password to Clash YAML proxies
- Add UI section for obfs configuration in node form
Copy file name to clipboardExpand all lines: views/node-form.ejs
+38Lines changed: 38 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -320,6 +320,30 @@
320
320
</div>
321
321
</div>
322
322
323
+
<div class="form-section">
324
+
<h3>Obfuscation (obfs)</h3>
325
+
<small class="section-hint">Salamander скрывает QUIC-трафик от DPI. Включайте только если оператор блокирует Hysteria без обфускации — на мобильных сетях может работать хуже.</small>
0 commit comments