mirror of
https://github.com/1andrevich/homeproxy-hiddify.git
synced 2026-08-09 00:37:18 +00:00
Introduce refactored and new routing modes (bypass_cn, bypass_ir) and adapt the UI/logic accordingly.
11 lines
355 B
Bash
Executable file
11 lines
355 B
Bash
Executable file
#!/bin/sh
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Copyright (C) 2023 ImmortalWrt.org
|
|
|
|
SCRIPTS_DIR="/etc/homeproxy/scripts"
|
|
|
|
# Region rule-sets (geosite/geoip .srs) are remote sing-box rule_sets — the core downloads
|
|
# and refreshes them itself (update_interval). No firewall list files to cron-update anymore.
|
|
|
|
"$SCRIPTS_DIR"/update_subscriptions.uc
|