Загрузка данных


root@ury:~# echo "=== SYS ==="; uname -a; cat /etc/openwrt_release | head -3
=== SYS ===
echo "=== PODKOP_SVC ==="; /etc/init.d/podkop status 2>&1;Linux ury 6.12.71 #0 SMP Tue Mar  3 00:14:15 2026 aarch64 GNU/Linux
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='25.12.0'
DISTRIB_REVISION='r32713-f919e7899d'
 /etc/inroot@ury:~# echo "=== PODKOP_SVC ==="; /etc/init.d/podkop status 2>&1; /etc/init.d/podkop enabled && echo enabled || ech
o disabled
=== PODKOP_SVC ===
=== PODKOP_PROC ==="; ps w | grep -iE 'podkop|sing-box|xray|tun2socks' | grep -v grep
echo "=== PODKOP_CFG ==="; cat /etc/config/podkop 2>/dev/null
echo "=== DNS_WA ==="; for d in web.whatsapp.com mmg.whatsapp.net g.whatsapp.net e.whatsapp.net cdn.whatsapp.net; do printf "%s -> " "$d"; nslookup "$d" 2>&1 | awk '/^Address/ && !/127\./{print $NF; exit}'; done
echo "=== PING_WA ==="; ping -c 2 -W 2 web.whatsapp.com 2>&1 | tail -3
echo "=== CURL_WA ==="; for u in https://web.whatsapp.com https://mmg.whatsapp.net; do printf "%s -> " "$u"; curl -s -o /dev/null -w "code=%{http_code} time=%{time_total}\n" --max-time 8 "$u" 2>&1; done
echo "=== ROUTE_WA ==="; ip=$(nslookup mmg.whatsapp.net 2>/dev/null | awk '/^Address/ && !/127\./{print $NF; exit}'); echo "ip=$ip"; [ -n "$ip" ] && ip route get "$ip"
echo "=== NFT_PODKOP ==="; nft list ruleset 2>&1 | grep -iE 'podkop|3not running
1\.13|whatsapp|mark 0x' | head -30
echo "=== INTERFACES ==="; ip -o -4 a | head -10; echo "---"; ip route | head -10
echo "=== LOGS ==="; logread 2>&1 | grep -iE 'podkop|sing-box|xray' | tail -20
echo "=== AUTOSSH ==="; ps w | grep -iE 'autossh|ssh.*-R' | grep -v grep
echo "=== UPTIME_LOAD ==="; uptime; free -m
echo "=== DONE ==="enabled
root@ury:~# echo "=== PODKOP_PROC ==="; ps w | grep -iE 'podkop|sing-box|xray|tun2socks' | grep -v grep
=== PODKOP_PROC ===
 4329 root     1272m S    /usr/bin/sing-box run -c /etc/sing-box/config.json -D /usr/share/sing-box
root@ury:~# echo "=== PODKOP_CFG ==="; cat /etc/config/podkop 2>/dev/null
=== PODKOP_CFG ===

config settings 'settings'
        option dns_type 'udp'
        option dns_server '8.8.8.8'
        option bootstrap_dns_server '77.88.8.8'
        option dns_rewrite_ttl '60'
        list source_network_interfaces 'br-lan'
        option enable_output_network_interface '0'
        option enable_badwan_interface_monitoring '0'
        option enable_yacd '0'
        option disable_quic '0'
        option update_interval '1d'
        option download_lists_via_proxy '0'
        option dont_touch_dhcp '0'
        option config_path '/etc/sing-box/config.json'
        option cache_path '/tmp/sing-box/cache.db'
        option log_level 'warn'
        option exclude_ntp '0'
        option shutdown_correctly '0'

config section 'main'
        option connection_type 'proxy'
        option proxy_config_type 'url'
        option enable_udp_over_tcp '0'
        option proxy_string 'vless://78a6f6bb-2387-460f-892e-0f6f87567590@152.53.253.88:20000?security=reality&sni=diy-family.com&type=tcp&fp=chrome&pbk=UHFXBkblSKlcWjvdMQDPvlR2GyOU5j5IDPS45UyrdgY&sid=8071964ad2479ffc&flow=xtls-rprx-vision&encryption=mlkem768x25519plus.native.0rtt.6dQ2xNeoyH95rXXwBhiO0W9hARp7T2-wTJ28C-yrexg#%F0%9F%87%A9%F0%9F%87%AA%20%D0%91%D1%80%D0%B0%D0%B2%D0%BE
'
        option user_subnet_list_type 'disabled'
        option mixed_proxy_enabled '0'
        option user_domain_list_type 'disabled'
        list community_lists 'russia_inside'
        list community_lists 'telegram'
        list community_lists 'meta'

root@ury:~# echo "=== DNS_WA ==="; for d in web.whatsapp.com mmg.whatsapp.net g.whatsapp.net e.whatsapp.net cdn.whatsapp
.net; do printf "%s -> " "$d"; nslookup "$d" 2>&1 | awk '/^Address/ && !/127\./{print $NF; exit}'; done
=== DNS_WA ===
web.whatsapp.com -> 198.18.0.58
mmg.whatsapp.net -> 198.18.0.59
g.whatsapp.net -> 198.18.0.5
e.whatsapp.net -> 198.18.0.60
cdn.whatsapp.net -> 198.18.0.61
root@ury:~# echo "=== PING_WA ==="; ping -c 2 -W 2 web.whatsapp.com 2>&1 | tail -3
=== PING_WA ===

--- web.whatsapp.com ping statistics ---
2 packets transmitted, 0 packets received, 100% packet loss
root@ury:~# echo "=== CURL_WA ==="; for u in https://web.whatsapp.com https://mmg.whatsapp.net; do printf "%s -> " "$u";
 curl -s -o /dev/null -w "code=%{http_code} time=%{time_total}\n" --max-time 8 "$u" 2>&1; done
=== CURL_WA ===
https://web.whatsapp.com -> code=200 time=0.537754
https://mmg.whatsapp.net -> code=404 time=0.418318
root@ury:~# echo "=== ROUTE_WA ==="; ip=$(nslookup mmg.whatsapp.net 2>/dev/null | awk '/^Address/ && !/127\./{print $NF;
 exit}'); echo "ip=$ip"; [ -n "$ip" ] && ip route get "$ip"
=== ROUTE_WA ===
ip=198.18.0.59
198.18.0.59 via 213.80.132.254 dev pppoe-wan  src 213.80.149.38
root@ury:~# echo "=== NFT_PODKOP ==="; nft list ruleset 2>&1 | grep -iE 'podkop|31\.13|whatsapp|mark 0x' | head -30
=== NFT_PODKOP ===
table inet PodkopTable {
        set podkop_subnets {
                elements = { 5.28.192.0/18, 31.13.24.0/21,
                             31.13.64.0/18, 45.64.40.0/22,
                iifname @interfaces ip daddr @podkop_subnets meta l4proto tcp meta mark set 0x00100000 counter packets 30677 bytes 2810529
                iifname @interfaces ip daddr @podkop_subnets meta l4proto udp meta mark set 0x00100000 counter packets 27 bytes 11514
                meta mark 0x00200000 counter packets 0 bytes 0 return
                ip daddr @podkop_subnets meta l4proto tcp meta mark set 0x00100000 counter packets 0 bytes 0
                ip daddr @podkop_subnets meta l4proto udp meta mark set 0x00100000 counter packets 0 bytes 0
root@ury:~# echo "=== INTERFACES ==="; ip -o -4 a | head -10; echo "---"; ip route | head -10
=== INTERFACES ===
1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
7: br-lan    inet 192.168.1.1/24 brd 192.168.1.255 scope global br-lan\       valid_lft forever preferred_lft forever
10: pppoe-wan    inet 213.80.149.38 peer 213.80.132.254/32 scope global pppoe-wan\       valid_lft forever preferred_lft forever
---
default via 213.80.132.254 dev pppoe-wan
192.168.1.0/24 dev br-lan scope link  src 192.168.1.1
213.80.132.254 dev pppoe-wan scope link  src 213.80.149.38
root@ury:~# echo "=== LOGS ==="; logread 2>&1 | grep -iE 'podkop|sing-box|xray' | tail -20
=== LOGS ===
Fri May  1 10:27:58 2026 daemon.err podkop[2788]: Downloading 'https://raw.githubusercontent.com/itdoginfo/allow-domains/main/Subnets/IPv4/telegram.lst'
Fri May  1 10:27:58 2026 daemon.err podkop[2788]: Connecting to 185.199.109.133:443
Fri May  1 10:27:58 2026 daemon.err podkop[2788]: Writing to '/tmp/tmp.CgkFal'
/tmp/tmp.CgkFal      100% |*******************************|   136   0:00:00 ETA
Fri May  1 10:27:58 2026 daemon.err podkop[2788]: Download completed (136 bytes)
Fri May  1 10:27:58 2026 user.notice podkop: [debug] Adding 9 elements to nft set podkop_subnets
Fri May  1 10:27:58 2026 daemon.err podkop[2788]: Downloading 'https://raw.githubusercontent.com/itdoginfo/allow-domains/main/Subnets/IPv4/meta.lst'
Fri May  1 10:27:58 2026 daemon.err podkop[2788]: Connecting to 185.199.109.133:443
Fri May  1 10:27:58 2026 daemon.err podkop[2788]: Writing to '/tmp/tmp.nKHAgJ'
/tmp/tmp.nKHAgJ      100% |*******************************|  1113   0:00:00 ETA
Fri May  1 10:27:58 2026 daemon.err podkop[2788]: Download completed (1113 bytes)
Fri May  1 10:27:59 2026 user.notice podkop: [debug] Adding 68 elements to nft set podkop_subnets
Fri May  1 10:27:59 2026 user.notice podkop: [info] ✅ Lists update completed successfully
Fri May  1 10:55:38 2026 daemon.err sing-box[4329]: ERROR[1665] [2735859749 10.0s] dns: exchange failed for mobileproxy.passport.yandex.net. IN A: context deadline exceeded
Fri May  1 11:45:47 2026 daemon.err sing-box[4329]: ERROR[4673] [114794077 9.98s] dns: exchange failed for 5--1--f4dbdf216c76a123b29ad60c.stbid.ru. IN A: context deadline exceeded
Fri May  1 11:45:47 2026 daemon.err sing-box[4329]: ERROR[4673] [1137755527 9.87s] dns: exchange failed for 5--1--a8b3654a-429d-4f23-bf55-e019908418a1.stbid.ru. IN A: context deadline exceeded
Fri May  1 11:45:47 2026 daemon.err sing-box[4329]: ERROR[4673] [3160992751 10.0s] dns: exchange failed for tr.redllama.tech. IN A: context deadline exceeded
Fri May  1 13:53:18 2026 daemon.err sing-box[4329]: ERROR[12324] [1872754784 10.0s] dns: exchange failed for static.storage-cdn.ru. IN A: context deadline exceeded
Fri May  1 13:53:18 2026 daemon.err sing-box[4329]: ERROR[12324] [3493756693 9.94s] dns: exchange failed for unleash.dev-service.tech. IN A: context deadline exceeded
Fri May  1 19:05:08 2026 daemon.err sing-box[4329]: ERROR[31034] [2614106299 10.0s] dns: exchange failed for sso.wb.ru. IN A: context deadline exceeded
root@ury:~# echo "=== AUTOSSH ==="; ps w | grep -iE 'autossh|ssh.*-R' | grep -v grep
=== AUTOSSH ===
 2841 root       944 S    /usr/sbin/autossh -i /root/.ssh/tunnel_key -N -T -R 22222:localhost:22 -p 52718 tunneluser@152.53.253.88
 4392 root      1148 S    /usr/bin/dbclient -i /root/.ssh/tunnel_key -N -T -R 22222:localhost:22 -p 52718 tunneluser@152.53.253.88
root@ury:~# echo "=== UPTIME_LOAD ==="; uptime; free -m
=== UPTIME_LOAD ===
 19:14:23 up  8:46,  load average: 0.12, 0.05, 0.00
              total        used        free      shared  buff/cache   available
Mem:         239024       92948       94184         440       51892       96756
Swap:        118780           0      118780
root@ury:~# echo "=== DONE ==="
=== DONE ===
root@ury:~#