mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-30 10:48:07 +03:00
Upgrade Podkop to 0.7.1v
This commit is contained in:
@@ -1,55 +1,54 @@
|
|||||||
|
|
||||||
config main 'main'
|
config settings 'settings'
|
||||||
option mode 'proxy'
|
|
||||||
option proxy_config_type 'outbound'
|
|
||||||
option domain_list_enabled '1'
|
|
||||||
option subnets_list_enabled '0'
|
|
||||||
option custom_domains_list_type 'text'
|
|
||||||
option custom_local_domains_list_enabled '0'
|
|
||||||
option custom_download_domains_list_enabled '0'
|
|
||||||
option custom_download_subnets_list_enabled '0'
|
|
||||||
option all_traffic_from_ip_enabled '0'
|
|
||||||
option delist_domains_enabled '0'
|
|
||||||
option exclude_from_ip_enabled '0'
|
|
||||||
option yacd '0'
|
|
||||||
option socks5 '0'
|
|
||||||
option exclude_ntp '1'
|
|
||||||
option quic_disable '1'
|
|
||||||
option dont_touch_dhcp '1'
|
|
||||||
option update_interval '1d'
|
|
||||||
option dns_type 'doh'
|
option dns_type 'doh'
|
||||||
option dns_server 'dns.adguard-dns.com'
|
option dns_server 'dns.adguard-dns.com'
|
||||||
option split_dns_enabled '0'
|
option bootstrap_dns_server '8.8.8.8'
|
||||||
option dns_rewrite_ttl '60'
|
option dns_rewrite_ttl '60'
|
||||||
option cache_file '/tmp/cache.db'
|
option enable_output_network_interface '0'
|
||||||
list iface 'br-lan'
|
option enable_badwan_interface_monitoring '0'
|
||||||
option mon_restart_ifaces '0'
|
option enable_yacd '0'
|
||||||
option detour '1'
|
option disable_quic '1'
|
||||||
|
option update_interval '1d'
|
||||||
|
option download_lists_via_proxy '1'
|
||||||
|
option dont_touch_dhcp '1'
|
||||||
|
option config_path '/etc/sing-box/config.json'
|
||||||
|
option cache_path '/tmp/sing-box/cache.db'
|
||||||
|
option exclude_ntp '1'
|
||||||
|
option shutdown_correctly '0'
|
||||||
|
option download_lists_via_proxy_section 'main'
|
||||||
|
list source_network_interfaces 'br-lan'
|
||||||
|
|
||||||
|
config section 'main'
|
||||||
|
option connection_type 'proxy'
|
||||||
|
option proxy_config_type 'outbound'
|
||||||
|
option enable_udp_over_tcp '0'
|
||||||
|
option shutdown_correctly '1'
|
||||||
|
option user_domain_list_type 'text'
|
||||||
|
option user_subnet_list_type 'disabled'
|
||||||
|
option mixed_proxy_enabled '0'
|
||||||
option outbound_json '{
|
option outbound_json '{
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"tag": "http-proxy",
|
"tag": "http-proxy",
|
||||||
"server": "127.0.0.1",
|
"server": "127.0.0.1",
|
||||||
"server_port": 18080
|
"server_port": 18080
|
||||||
}'
|
}'
|
||||||
list domain_list 'geoblock'
|
list community_lists 'geoblock'
|
||||||
list domain_list 'block'
|
list community_lists 'block'
|
||||||
list domain_list 'meta'
|
list community_lists 'meta'
|
||||||
list domain_list 'twitter'
|
list community_lists 'twitter'
|
||||||
list domain_list 'hdrezka'
|
list community_lists 'hdrezka'
|
||||||
list domain_list 'google_ai'
|
list community_lists 'tiktok'
|
||||||
option custom_domains_text 'myip.com'
|
list community_lists 'google_ai'
|
||||||
option custom_subnets_list_enabled 'disabled'
|
option user_domains_text 'myip.com'
|
||||||
|
|
||||||
config extra 'Youtube_Discord'
|
config section 'Youtube_Discord'
|
||||||
option mode 'vpn'
|
option connection_type 'vpn'
|
||||||
option interface 'awg10'
|
option interface 'awg10'
|
||||||
option domain_list_enabled '1'
|
option domain_resolver_enabled '0'
|
||||||
list domain_list 'youtube'
|
option user_domain_list_type 'text'
|
||||||
list domain_list 'discord'
|
option user_subnet_list_type 'disabled'
|
||||||
option custom_domains_list_type 'text'
|
option mixed_proxy_enabled '0'
|
||||||
option custom_domains_text '2ip.ru'
|
list community_lists 'youtube'
|
||||||
option custom_local_domains_list_enabled '0'
|
list community_lists 'discord'
|
||||||
option custom_download_domains_list_enabled '0'
|
option user_domains_text '2ip.ru'
|
||||||
option custom_subnets_list_enabled 'disabled'
|
|
||||||
option custom_download_subnets_list_enabled '0'
|
|
||||||
option all_traffic_from_ip_enabled '0'
|
|
||||||
|
|||||||
@@ -1,54 +1,53 @@
|
|||||||
|
|
||||||
config main 'main'
|
config settings 'settings'
|
||||||
option mode 'proxy'
|
|
||||||
option proxy_config_type 'outbound'
|
|
||||||
option domain_list_enabled '1'
|
|
||||||
option subnets_list_enabled '0'
|
|
||||||
option custom_domains_list_type 'text'
|
|
||||||
option custom_local_domains_list_enabled '0'
|
|
||||||
option custom_download_domains_list_enabled '0'
|
|
||||||
option custom_download_subnets_list_enabled '0'
|
|
||||||
option all_traffic_from_ip_enabled '0'
|
|
||||||
option delist_domains_enabled '0'
|
|
||||||
option exclude_from_ip_enabled '0'
|
|
||||||
option yacd '0'
|
|
||||||
option socks5 '0'
|
|
||||||
option exclude_ntp '1'
|
|
||||||
option quic_disable '1'
|
|
||||||
option dont_touch_dhcp '1'
|
|
||||||
option update_interval '1d'
|
|
||||||
option dns_type 'doh'
|
option dns_type 'doh'
|
||||||
option dns_server 'dns.adguard-dns.com'
|
option dns_server 'dns.adguard-dns.com'
|
||||||
option split_dns_enabled '0'
|
option bootstrap_dns_server '8.8.8.8'
|
||||||
option dns_rewrite_ttl '60'
|
option dns_rewrite_ttl '60'
|
||||||
option cache_file '/tmp/cache.db'
|
option enable_output_network_interface '0'
|
||||||
list iface 'br-lan'
|
option enable_badwan_interface_monitoring '0'
|
||||||
option mon_restart_ifaces '0'
|
option enable_yacd '0'
|
||||||
option detour '1'
|
option disable_quic '1'
|
||||||
|
option update_interval '1d'
|
||||||
|
option download_lists_via_proxy '1'
|
||||||
|
option dont_touch_dhcp '1'
|
||||||
|
option config_path '/etc/sing-box/config.json'
|
||||||
|
option cache_path '/tmp/sing-box/cache.db'
|
||||||
|
option exclude_ntp '1'
|
||||||
|
option shutdown_correctly '0'
|
||||||
|
option download_lists_via_proxy_section 'main'
|
||||||
|
list source_network_interfaces 'br-lan'
|
||||||
|
|
||||||
|
config section 'main'
|
||||||
|
option connection_type 'proxy'
|
||||||
|
option proxy_config_type 'outbound'
|
||||||
|
option enable_udp_over_tcp '0'
|
||||||
|
option shutdown_correctly '1'
|
||||||
|
option user_domain_list_type 'text'
|
||||||
|
option user_subnet_list_type 'disabled'
|
||||||
|
option mixed_proxy_enabled '0'
|
||||||
option outbound_json '{
|
option outbound_json '{
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"tag": "http-proxy",
|
"tag": "http-proxy",
|
||||||
"server": "127.0.0.1",
|
"server": "127.0.0.1",
|
||||||
"server_port": 18080
|
"server_port": 18080
|
||||||
}'
|
}'
|
||||||
list domain_list 'geoblock'
|
list community_lists 'geoblock'
|
||||||
list domain_list 'block'
|
list community_lists 'block'
|
||||||
list domain_list 'meta'
|
list community_lists 'meta'
|
||||||
list domain_list 'twitter'
|
list community_lists 'twitter'
|
||||||
list domain_list 'hdrezka'
|
list community_lists 'hdrezka'
|
||||||
list domain_list 'google_ai'
|
list community_lists 'tiktok'
|
||||||
option custom_domains_text 'myip.com'
|
list community_lists 'google_ai'
|
||||||
option custom_subnets_list_enabled 'disabled'
|
option user_domains_text 'myip.com'
|
||||||
|
|
||||||
config extra 'Discord'
|
config section 'Discord'
|
||||||
option mode 'vpn'
|
option connection_type 'vpn'
|
||||||
option interface 'awg10'
|
option interface 'awg10'
|
||||||
option domain_list_enabled '1'
|
option domain_resolver_enabled '0'
|
||||||
list domain_list 'discord'
|
option user_domain_list_type 'text'
|
||||||
option custom_domains_list_type 'text'
|
option user_subnet_list_type 'disabled'
|
||||||
option custom_domains_text '2ip.ru'
|
option mixed_proxy_enabled '0'
|
||||||
option custom_local_domains_list_enabled '0'
|
list community_lists 'discord'
|
||||||
option custom_download_domains_list_enabled '0'
|
option user_domains_text '2ip.ru'
|
||||||
option custom_subnets_list_enabled 'disabled'
|
|
||||||
option custom_download_subnets_list_enabled '0'
|
|
||||||
option all_traffic_from_ip_enabled '0'
|
|
||||||
|
|||||||
@@ -1,42 +1,43 @@
|
|||||||
|
|
||||||
config main 'main'
|
config settings 'settings'
|
||||||
option mode 'proxy'
|
|
||||||
option proxy_config_type 'outbound'
|
|
||||||
option domain_list_enabled '1'
|
|
||||||
option subnets_list_enabled '0'
|
|
||||||
option custom_domains_list_type 'text'
|
|
||||||
option custom_local_domains_list_enabled '0'
|
|
||||||
option custom_download_domains_list_enabled '0'
|
|
||||||
option custom_download_subnets_list_enabled '0'
|
|
||||||
option all_traffic_from_ip_enabled '0'
|
|
||||||
option delist_domains_enabled '0'
|
|
||||||
option exclude_from_ip_enabled '0'
|
|
||||||
option yacd '0'
|
|
||||||
option socks5 '0'
|
|
||||||
option exclude_ntp '1'
|
|
||||||
option quic_disable '1'
|
|
||||||
option dont_touch_dhcp '1'
|
|
||||||
option update_interval '1d'
|
|
||||||
option dns_type 'doh'
|
option dns_type 'doh'
|
||||||
option dns_server 'dns.adguard-dns.com'
|
option dns_server 'dns.adguard-dns.com'
|
||||||
option split_dns_enabled '0'
|
option bootstrap_dns_server '8.8.8.8'
|
||||||
option dns_rewrite_ttl '60'
|
option dns_rewrite_ttl '60'
|
||||||
option cache_file '/tmp/cache.db'
|
option enable_output_network_interface '0'
|
||||||
list iface 'br-lan'
|
option enable_badwan_interface_monitoring '0'
|
||||||
option mon_restart_ifaces '0'
|
option enable_yacd '0'
|
||||||
option detour '1'
|
option disable_quic '1'
|
||||||
|
option update_interval '1d'
|
||||||
|
option download_lists_via_proxy '1'
|
||||||
|
option dont_touch_dhcp '1'
|
||||||
|
option config_path '/etc/sing-box/config.json'
|
||||||
|
option cache_path '/tmp/sing-box/cache.db'
|
||||||
|
option exclude_ntp '1'
|
||||||
|
option shutdown_correctly '0'
|
||||||
|
option download_lists_via_proxy_section 'main'
|
||||||
|
list source_network_interfaces 'br-lan'
|
||||||
|
|
||||||
|
config section 'main'
|
||||||
|
option connection_type 'proxy'
|
||||||
|
option proxy_config_type 'outbound'
|
||||||
|
option enable_udp_over_tcp '0'
|
||||||
|
option shutdown_correctly '1'
|
||||||
|
option user_domain_list_type 'text'
|
||||||
|
option user_subnet_list_type 'disabled'
|
||||||
|
option mixed_proxy_enabled '0'
|
||||||
option outbound_json '{
|
option outbound_json '{
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"tag": "http-proxy",
|
"tag": "http-proxy",
|
||||||
"server": "127.0.0.1",
|
"server": "127.0.0.1",
|
||||||
"server_port": 18080
|
"server_port": 18080
|
||||||
}'
|
}'
|
||||||
list domain_list 'geoblock'
|
list community_lists 'geoblock'
|
||||||
list domain_list 'block'
|
list community_lists 'block'
|
||||||
list domain_list 'meta'
|
list community_lists 'meta'
|
||||||
list domain_list 'twitter'
|
list community_lists 'twitter'
|
||||||
list domain_list 'hdrezka'
|
list community_lists 'hdrezka'
|
||||||
list domain_list 'google_ai'
|
list community_lists 'tiktok'
|
||||||
list domain_list 'discord'
|
list community_lists 'google_ai'
|
||||||
option custom_domains_text 'myip.com'
|
list community_lists 'discord'
|
||||||
option custom_subnets_list_enabled 'disabled'
|
option user_domains_text 'myip.com'
|
||||||
@@ -1,43 +1,44 @@
|
|||||||
|
|
||||||
config main 'main'
|
config settings 'settings'
|
||||||
option mode 'proxy'
|
|
||||||
option proxy_config_type 'outbound'
|
|
||||||
option domain_list_enabled '1'
|
|
||||||
option subnets_list_enabled '0'
|
|
||||||
option custom_domains_list_type 'text'
|
|
||||||
option custom_local_domains_list_enabled '0'
|
|
||||||
option custom_download_domains_list_enabled '0'
|
|
||||||
option custom_download_subnets_list_enabled '0'
|
|
||||||
option all_traffic_from_ip_enabled '0'
|
|
||||||
option delist_domains_enabled '0'
|
|
||||||
option exclude_from_ip_enabled '0'
|
|
||||||
option yacd '0'
|
|
||||||
option socks5 '0'
|
|
||||||
option exclude_ntp '1'
|
|
||||||
option quic_disable '1'
|
|
||||||
option dont_touch_dhcp '1'
|
|
||||||
option update_interval '1d'
|
|
||||||
option dns_type 'doh'
|
option dns_type 'doh'
|
||||||
option dns_server 'dns.adguard-dns.com'
|
option dns_server 'dns.adguard-dns.com'
|
||||||
option split_dns_enabled '0'
|
option bootstrap_dns_server '8.8.8.8'
|
||||||
option dns_rewrite_ttl '60'
|
option dns_rewrite_ttl '60'
|
||||||
option cache_file '/tmp/cache.db'
|
option enable_output_network_interface '0'
|
||||||
list iface 'br-lan'
|
option enable_badwan_interface_monitoring '0'
|
||||||
option mon_restart_ifaces '0'
|
option enable_yacd '0'
|
||||||
option detour '1'
|
option disable_quic '1'
|
||||||
|
option update_interval '1d'
|
||||||
|
option download_lists_via_proxy '1'
|
||||||
|
option dont_touch_dhcp '1'
|
||||||
|
option config_path '/etc/sing-box/config.json'
|
||||||
|
option cache_path '/tmp/sing-box/cache.db'
|
||||||
|
option exclude_ntp '1'
|
||||||
|
option shutdown_correctly '0'
|
||||||
|
option download_lists_via_proxy_section 'main'
|
||||||
|
list source_network_interfaces 'br-lan'
|
||||||
|
|
||||||
|
config section 'main'
|
||||||
|
option connection_type 'proxy'
|
||||||
|
option proxy_config_type 'outbound'
|
||||||
|
option enable_udp_over_tcp '0'
|
||||||
|
option shutdown_correctly '1'
|
||||||
|
option user_domain_list_type 'text'
|
||||||
|
option user_subnet_list_type 'disabled'
|
||||||
|
option mixed_proxy_enabled '0'
|
||||||
option outbound_json '{
|
option outbound_json '{
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"tag": "http-proxy",
|
"tag": "http-proxy",
|
||||||
"server": "127.0.0.1",
|
"server": "127.0.0.1",
|
||||||
"server_port": 18080
|
"server_port": 18080
|
||||||
}'
|
}'
|
||||||
list domain_list 'geoblock'
|
list community_lists 'geoblock'
|
||||||
list domain_list 'block'
|
list community_lists 'block'
|
||||||
list domain_list 'meta'
|
list community_lists 'meta'
|
||||||
list domain_list 'twitter'
|
list community_lists 'twitter'
|
||||||
list domain_list 'hdrezka'
|
list community_lists 'hdrezka'
|
||||||
list domain_list 'google_ai'
|
list community_lists 'tiktok'
|
||||||
list domain_list 'discord'
|
list community_lists 'google_ai'
|
||||||
list domain_list 'youtube'
|
list community_lists 'youtube'
|
||||||
option custom_domains_text 'myip.com'
|
list community_lists 'discord'
|
||||||
option custom_subnets_list_enabled 'disabled'
|
option user_domains_text 'myip.com'
|
||||||
BIN
podkop_packets/luci-app-podkop-v0.7.1-r1-all.ipk
Normal file
BIN
podkop_packets/luci-app-podkop-v0.7.1-r1-all.ipk
Normal file
Binary file not shown.
BIN
podkop_packets/luci-i18n-podkop-ru-0.7.1.ipk
Normal file
BIN
podkop_packets/luci-i18n-podkop-ru-0.7.1.ipk
Normal file
Binary file not shown.
BIN
podkop_packets/podkop-v0.7.1-r1-all.ipk
Normal file
BIN
podkop_packets/podkop-v0.7.1-r1-all.ipk
Normal file
Binary file not shown.
@@ -670,7 +670,7 @@ doh-proxy
|
|||||||
zapret
|
zapret
|
||||||
dhcp
|
dhcp
|
||||||
dns-failsafe-proxy"
|
dns-failsafe-proxy"
|
||||||
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/new_awg_podkop"
|
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
|
||||||
|
|
||||||
checkPackageAndInstall "luci-app-dns-failsafe-proxy" "1"
|
checkPackageAndInstall "luci-app-dns-failsafe-proxy" "1"
|
||||||
checkPackageAndInstall "luci-i18n-stubby-ru" "1"
|
checkPackageAndInstall "luci-i18n-stubby-ru" "1"
|
||||||
@@ -1172,7 +1172,7 @@ service odhcpd restart
|
|||||||
|
|
||||||
path_podkop_config="/etc/config/podkop"
|
path_podkop_config="/etc/config/podkop"
|
||||||
path_podkop_config_backup="/root/podkop"
|
path_podkop_config_backup="/root/podkop"
|
||||||
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/new_awg_podkop"
|
URL="https://raw.githubusercontent.com/routerich/RouterichAX3000_configs/refs/heads/podkop07"
|
||||||
|
|
||||||
messageComplete=""
|
messageComplete=""
|
||||||
|
|
||||||
@@ -1259,7 +1259,7 @@ case $varByPass in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
PACKAGE="podkop"
|
PACKAGE="podkop"
|
||||||
REQUIRED_VERSION="v0.6.2-r1"
|
REQUIRED_VERSION="v0.7.1-r1"
|
||||||
|
|
||||||
INSTALLED_VERSION=$(opkg list-installed | grep "^$PACKAGE" | cut -d ' ' -f 3)
|
INSTALLED_VERSION=$(opkg list-installed | grep "^$PACKAGE" | cut -d ' ' -f 3)
|
||||||
if [ -n "$INSTALLED_VERSION" ] && [ "$INSTALLED_VERSION" != "$REQUIRED_VERSION" ]; then
|
if [ -n "$INSTALLED_VERSION" ] && [ "$INSTALLED_VERSION" != "$REQUIRED_VERSION" ]; then
|
||||||
@@ -1285,9 +1285,9 @@ else
|
|||||||
if [ "$is_install_podkop" = "y" ] || [ "$is_install_podkop" = "Y" ]; then
|
if [ "$is_install_podkop" = "y" ] || [ "$is_install_podkop" = "Y" ]; then
|
||||||
DOWNLOAD_DIR="/tmp/podkop"
|
DOWNLOAD_DIR="/tmp/podkop"
|
||||||
mkdir -p "$DOWNLOAD_DIR"
|
mkdir -p "$DOWNLOAD_DIR"
|
||||||
podkop_files="podkop-v0.6.2-r1-all.ipk
|
podkop_files="podkop-v0.7.1-r1-all.ipk
|
||||||
luci-app-podkop-v0.6.2-r1-all.ipk
|
luci-app-podkop-v0.7.1-r1-all.ipk
|
||||||
luci-i18n-podkop-ru-0.6.2.ipk"
|
luci-i18n-podkop-ru-0.7.1.ipk"
|
||||||
for file in $podkop_files
|
for file in $podkop_files
|
||||||
do
|
do
|
||||||
echo "Download $file..."
|
echo "Download $file..."
|
||||||
|
|||||||
Reference in New Issue
Block a user