Commit Graph

381 Commits

Author SHA1 Message Date
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
Andrey Petelin
687334bf8d refactor: rename config key 'mode' to 'connection_type' 2025-10-10 20:14:21 +03:00
Andrey Petelin
ba69e3eacc refactor: use list presence instead of *_enabled flags, simplify UI texts/placeholders, remove mixed inbound tag 2025-10-10 20:14:17 +03:00
Andrey Petelin
9be0eb3e57 refactor: rename all_traffic_ip to fully_routed_ips, remove all_traffic_from_ip_enabled flag, update handlers 2025-10-10 20:14:15 +03:00
Andrey Petelin
d3847db313 feat: Add mixed proxy per section with UI port option and sing-box integration 2025-10-10 20:14:13 +03:00
Andrey Petelin
ba91c180e8 refactor: switch UCI lookups from 'main' to 'settings', add routing_excluded_ips and relocate update_interval in UI 2025-10-10 20:14:10 +03:00
Andrey Petelin
8a80df9dc0 refactor: Pass 'section' to config_foreach so outbound handler iterates only the correct sections 2025-10-10 20:14:08 +03:00
Andrey Petelin
d2f0de39d9 refactor: remove legacy migration logic; make migration() a no-op 2025-10-10 20:14:05 +03:00
itdoginfo
52d1c5d95f Fix PKG_VERSION -> PODKOP_VERSION 2025-10-09 18:15:54 +03:00
itdoginfo
455c19ab2e Fix #211 2025-10-09 14:40:45 +03:00