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
cc947f9734
fix: import large subnet lists in chunks into nft sets
2025-10-30 14:07:12 +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
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
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
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
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
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
f95d801d44
refactor: rename 'ss_uot' to 'enable_shadowsocks_udp_over_tcp'
2025-10-10 20:14:49 +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
SaltyMonkey
6ff543d7fb
refactor: Update podkop package
...
* Removed direct package manager calls
* Removed commands related to optional luci package
* Added optional parameter for global_check for cases when function called by LuCI package
* Removed useless external calls in version check cases
* Improved build process support: version will be automatically set at installation time from package metadata and will be readable from script itself
2025-10-08 21:57:46 +03:00
Kirill Sobakin
2ba1c2f740
Merge pull request #188 from itdoginfo/feat/fe-app-podkop
...
feat: Introduce new fe modular format with minimal scope of refactoring
2025-10-07 17:38:19 +03:00
Andrey Petelin
5418187dd3
feat: enable Clash API with YACD or online mode in podkop configuration
2025-10-07 01:07:48 +03:00
Andrey Petelin
e9d5b18816
fix: resolve domain resolver DNS server address before IPv4 validation in VPN and DNS configuration sections
2025-10-03 18:07:24 +05:00
Andrey Petelin
f4ac9dcc77
feat: add domain resolver support to VPN mode
2025-10-02 17:49:23 +05:00
Andrey Petelin
aea201bf24
fix: replace non-working split DNS with bootstrap DNS for upstream DNS resolution
2025-10-02 15:58:26 +05:00
Andrey Petelin
759b6748c6
refactor: Replace opkg version checks with direct command execution
2025-09-30 19:55:25 +05:00