mirror of
https://github.com/1andrevich/homeproxy-hiddify.git
synced 2026-08-05 23:00:41 +00:00
- 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
15 lines
515 B
Text
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
|