Добавить поддержку uci commit для ubus.#155
Open
maxraywork wants to merge 1 commit into
Open
Conversation
Добавить поддержку ubus uci commit.
Jkaotlic
pushed a commit
to Jkaotlic/podkop
that referenced
this pull request
Mar 8, 2026
…s commit support (itdoginfo#155, itdoginfo#225, itdoginfo#261) - Add 'enabled' option to sections allowing users to disable a section without deleting it. All section handlers now check the enabled flag and skip disabled sections (itdoginfo#261) - Add TCP Multipath (tcp_multi_path) support for VLESS outbounds, parsed from the tcpMultiPath URL query parameter (itdoginfo#225) - Add uci commit/apply/confirm permissions to the RPC ACL to allow mobile apps to save configuration changes via ubus (itdoginfo#155) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Closed
13 tasks
Owner
|
Приложите, пожалуйста, ссылку на приложение |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Добавить поддержку ubus uci commit.
Я разрабатываю мобильное приложение с поддержкой подкопа. Приложение работает через ubus. Сейчас можно сделать все uci get/ uci set, но нельзя сделать uci commit для сохранения изменений.