homeproxy-hiddify/.gitattributes
Andrevich 758e52ed95 Add ByeDPI: loop fix, per-list node, secure-DNS, diagnostics
- Fix conntrack loop: run ciadpi as root+gid 8181, exclude egress via meta skgid
- ByeDPI as main node and per-list RU-rules node (generate_client.uc + client.js)
- ByeDPI preset selector + strategy tester fixes (node.js)
- Diagnostics: ByeDPI status/ports in Core section and report; pidof detection
- Harden firewall gen against CRLF (tr -d '\r') + .gitattributes LF enforcement
- Fix strToInt crash in byedpi_strategy_test
2026-06-13 23:39:34 +04:00

15 lines
515 B
Text

# Router files MUST use LF line endings. CRLF breaks nft (firewall ruleset is
# rejected wholesale), POSIX shell (init.d), and can confuse ucode parsing.
# Force LF on checkout regardless of the developer's core.autocrlf setting.
*.ut text eol=lf
*.uc text eol=lf
*.nft text eol=lf
*.sh text eol=lf
*.js text eol=lf
*.json text eol=lf
# Extensionless router scripts
root/etc/init.d/* text eol=lf
root/usr/share/rpcd/ucode/* text eol=lf
root/etc/uci-defaults/* text eol=lf