Commit Graph

390 Commits

Author SHA1 Message Date
Andrey Petelin
d9ce3b361e chore: correct typo "spedifying" to "specifying" in REST API secret comment 2025-11-06 21:18:15 +05:00
Andrey Petelin
86897fd0af fix: bind mixed proxy and Clash API to service IP (no 0.0.0.0); add YACD WAN toggle and secret key 2025-11-06 16:33:03 +05:00
Andrey Petelin
230ffbce46 feat: Add optional secret for RESTful API to experimental.clash_api config 2025-11-06 16:30:42 +05:00
Andrey Petelin
cc947f9734 fix: import large subnet lists in chunks into nft sets 2025-10-30 14:07:12 +05:00
Andrey Petelin
23cbe7be4a fix: include filename in log and remove temp file on CRLF-to-LF conversion 2025-10-29 22:11:29 +05:00
Andrey Petelin
f168fb7e31 refactor: fetch remote JSON to temp files and parse ip_cidr into subnets; remove download_to_stream 2025-10-29 21:52:44 +05:00
Andrey Petelin
fe84b3154f fix: convert Windows CRLF line endings to LF for downloaded files 2025-10-29 21:36:46 +05:00
divocat
675a6af89c feat: simplify sb check displaying 2025-10-27 13:16:18 +02:00
Andrey Petelin
d4b3377d68 feat: add URLTest check interval, tolerance and testing URL options and wire them into outbound config generation 2025-10-27 15:17:20 +05:00
Andrey Petelin
d1d703764c fix: mask outbound_json block and DNS/domain_resolver addresses in podkop config output 2025-10-25 19:27:01 +05:00
Andrey Petelin
407b19b3ed fix: read routing_excluded_ips as non-boolean string with config_get instead of config_get_bool 2025-10-24 17:32:35 +05:00
Kirill Sobakin
005574a01f feat: rm tiny 2025-10-23 16:14:44 +03:00
Kirill Sobakin
25bb2355aa fix: rm check_github, check_dnsmasq 2025-10-23 12:47:45 +03:00
Andrey Petelin
5573fce1b1 fix: disable auto_detect_interface when output_network_interface is specified 2025-10-23 14:05:42 +05:00
Kirill Sobakin
a3ac01478f fix: rm check_sing_box_connections 2025-10-23 11:04:23 +03:00
Kirill Sobakin
2fb38286bd fix: for quick start 2025-10-23 11:03:49 +03:00
Andrey Petelin
8384e18a22 chore: remove comments support for proxy url 2025-10-21 15:25:07 +05:00
Andrey Petelin
e8a5d3d5cc feat: pass default interface to sing-box route 2025-10-21 11:24:44 +05:00
Andrey Petelin
ed7b7e9c6d feat: add optional default_interface parameter and include it in route when provided 2025-10-21 11:23:29 +05:00
Andrey Petelin
49dd1d608f feat: enable UDP-over-TCP (mode 2) for SOCKS outbound when udp_over_tcp=1 and split args for readability 2025-10-20 20:16:07 +05:00
Andrey Petelin
9c01c8e2dd feat: add socks4/socks4a/socks5 outbound support 2025-10-20 20:09:15 +05:00
Andrey Petelin
d0b06dd829 refactor: rename enable_shadowsocks_udp_over_tcp to enable_udp_over_tcp in config and script 2025-10-20 20:03:13 +05:00
Andrey Petelin
024c258d92 chore: rename SOCKS5 outbound function/comments to generic SOCKS 2025-10-20 20:02:34 +05:00
Andrey Petelin
72ad10d737 chore: standardize log messages and severities 2025-10-20 16:58:45 +05:00
Andrey Petelin
e7f3d15bce fix: read dont_touch_dhcp from "settings" section instead of "main" 2025-10-19 19:23:49 +05:00
Andrey Petelin
c0e3e256e3 chore: extract outbound section check into _check_outbound_section and call it via config_foreach 2025-10-19 19:19:59 +05:00
Andrey Petelin
08615b6f04 refactor: use get_first_outbound_section to determine outbound tag, remove SB_MAIN_OUTBOUND_TAG constant 2025-10-19 19:17:50 +05:00
Andrey Petelin
9d4c37b9a2 refactor: create outbound validation into has_outbound_section and check all sections 2025-10-19 18:53:21 +05:00
itdoginfo
cfb821974f refactor: global check #214 2025-10-16 16:49:47 +03:00
itdoginfo
d51ac63c94 feat: one method for system info 2025-10-15 11:51:27 +03:00
itdoginfo
b8ccb4abfa feat: get latest podkop release 2025-10-14 23:47:31 +03:00
Andrey Petelin
fa152c3abf feat: honor download_lists_via_proxy and use its outbound section as detour tag for rule set 2025-10-14 20:22:46 +05:00
Andrey Petelin
661ba64879 fix: replace config_get_bool with config_get for community/local/remote list options in podkop script 2025-10-14 20:19:57 +05:00
Andrey Petelin
3f6f03c8d1 feat: honor download_lists_via_proxy setting and use its outbound section for service mixed inbound routing 2025-10-14 20:12:12 +05:00
itdoginfo
45bd2d0499 Fix: log function combination 2025-10-14 14:20:05 +03:00
itdoginfo
2e257e4adf feat: check_fakeip func 2025-10-13 22:43:55 +03:00
itdoginfo
55df0f283d Added clash_api func. Some fixes 2025-10-12 14:55:57 +03:00
itdoginfo
fd0b981186 Fix check_nft_rules. Add check_sing_box func 2025-10-11 18:57:55 +03:00
itdoginfo
791cc1c945 Diagnostics: add check_nft_rules 2025-10-11 14:36:04 +03:00
itdoginfo
a33b53743f Switch to sing-box-tiny. Add bind-dig depends 2025-10-11 00:33:20 +03:00
itdoginfo
3d12327868 Switch DNS check to dig. New checks and output format for check_dns_available 2025-10-11 00:32:33 +03:00
Andrey Petelin
7bfb673b49 refactor: restructure podkop config 2025-10-10 20:14:53 +03:00
Andrey Petelin
f95d801d44 refactor: rename 'ss_uot' to 'enable_shadowsocks_udp_over_tcp' 2025-10-10 20:14:49 +03:00
Andrey Petelin
ca5a3a79fe refactor: rename 'procd_reload_delay' to 'badwan_reload_delay' 2025-10-10 20:14:35 +03:00
Andrey Petelin
f128bc4ec7 refactor: rename 'restart_ifaces' to 'badwan_monitored_interfaces' 2025-10-10 20:14:34 +03:00
Andrey Petelin
458fd9251a refactor: rename 'mon_restart_ifaces' to 'enable_badwan_interface_monitoring' 2025-10-10 20:14:32 +03:00
Andrey Petelin
35d9441837 refactor: rename 'detour' to 'download_lists_via_proxy' 2025-10-10 20:14:30 +03:00
Andrey Petelin
e3557f374e refactor: rename 'quic_disabled' to 'disable_quic' 2025-10-10 20:14:27 +03:00
Andrey Petelin
1e6b555bfa refactor: rename 'yacd' to 'enable_yacd' 2025-10-10 20:14:26 +03:00
Andrey Petelin
036808917d refactor: rename 'iface' to 'source_network_interfaces' 2025-10-10 20:14:23 +03:00