mirror of
https://github.com/routerich/RouterichAX3000_configs.git
synced 2025-12-30 18:58:08 +03:00
Compare commits
2 Commits
podkop07
...
beta_alt_t
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
767f9d19da | ||
|
|
f5ab0ddfef |
@@ -24,7 +24,7 @@ config main 'main'
|
|||||||
option cache_file '/tmp/cache.db'
|
option cache_file '/tmp/cache.db'
|
||||||
list iface 'br-lan'
|
list iface 'br-lan'
|
||||||
option mon_restart_ifaces '0'
|
option mon_restart_ifaces '0'
|
||||||
option detour '0'
|
option detour '1'
|
||||||
option outbound_json '{
|
option outbound_json '{
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"tag": "http-proxy",
|
"tag": "http-proxy",
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ config main 'main'
|
|||||||
option cache_file '/tmp/cache.db'
|
option cache_file '/tmp/cache.db'
|
||||||
list iface 'br-lan'
|
list iface 'br-lan'
|
||||||
option mon_restart_ifaces '0'
|
option mon_restart_ifaces '0'
|
||||||
option detour '0'
|
option detour '1'
|
||||||
option outbound_json '{
|
option outbound_json '{
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"tag": "http-proxy",
|
"tag": "http-proxy",
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ config main 'main'
|
|||||||
option cache_file '/tmp/cache.db'
|
option cache_file '/tmp/cache.db'
|
||||||
list iface 'br-lan'
|
list iface 'br-lan'
|
||||||
option mon_restart_ifaces '0'
|
option mon_restart_ifaces '0'
|
||||||
option detour '0'
|
option detour '1'
|
||||||
option outbound_json '{
|
option outbound_json '{
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"tag": "http-proxy",
|
"tag": "http-proxy",
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ config main 'main'
|
|||||||
option cache_file '/tmp/cache.db'
|
option cache_file '/tmp/cache.db'
|
||||||
list iface 'br-lan'
|
list iface 'br-lan'
|
||||||
option mon_restart_ifaces '0'
|
option mon_restart_ifaces '0'
|
||||||
option detour '0'
|
option detour '1'
|
||||||
option outbound_json '{
|
option outbound_json '{
|
||||||
"type": "http",
|
"type": "http",
|
||||||
"tag": "http-proxy",
|
"tag": "http-proxy",
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ config main 'main'
|
|||||||
option cache_file '/tmp/cache.db'
|
option cache_file '/tmp/cache.db'
|
||||||
list iface 'br-lan'
|
list iface 'br-lan'
|
||||||
option mon_restart_ifaces '0'
|
option mon_restart_ifaces '0'
|
||||||
option detour '0'
|
option detour '1'
|
||||||
list domain_list 'block'
|
list domain_list 'block'
|
||||||
list domain_list 'meta'
|
list domain_list 'meta'
|
||||||
list domain_list 'twitter'
|
list domain_list 'twitter'
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ config main 'main'
|
|||||||
option cache_file '/tmp/cache.db'
|
option cache_file '/tmp/cache.db'
|
||||||
list iface 'br-lan'
|
list iface 'br-lan'
|
||||||
option mon_restart_ifaces '0'
|
option mon_restart_ifaces '0'
|
||||||
option detour '0'
|
option detour '1'
|
||||||
list domain_list 'block'
|
list domain_list 'block'
|
||||||
list domain_list 'meta'
|
list domain_list 'meta'
|
||||||
list domain_list 'twitter'
|
list domain_list 'twitter'
|
||||||
|
|||||||
BIN
podkop_packets/luci-app-podkop_v0.4.11-r1_all.ipk
Normal file
BIN
podkop_packets/luci-app-podkop_v0.4.11-r1_all.ipk
Normal file
Binary file not shown.
BIN
podkop_packets/luci-i18n-podkop-ru_0.4.11.ipk
Normal file
BIN
podkop_packets/luci-i18n-podkop-ru_0.4.11.ipk
Normal file
Binary file not shown.
BIN
podkop_packets/podkop_v0.4.11-r1_all.ipk
Normal file
BIN
podkop_packets/podkop_v0.4.11-r1_all.ipk
Normal file
Binary file not shown.
@@ -1036,7 +1036,7 @@ case $varByPass in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
PACKAGE="podkop"
|
PACKAGE="podkop"
|
||||||
REQUIRED_VERSION="v0.4.10-r1"
|
REQUIRED_VERSION="v0.4.11-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
|
||||||
@@ -1062,9 +1062,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.4.10-r1_all.ipk
|
podkop_files="podkop_v0.4.11-r1_all.ipk
|
||||||
luci-app-podkop_v0.4.10-r1_all.ipk
|
luci-app-podkop_v0.4.11-r1_all.ipk
|
||||||
luci-i18n-podkop-ru_0.4.10.ipk"
|
luci-i18n-podkop-ru_0.4.11.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