• Vitaly Lipatov's avatar
    route-update: improve volatile detection and add IP validation · bd2a6117
    Vitaly Lipatov authored
    Volatile detection:
    - Remove single-record restriction (count<=1) that missed multi-record
      domains like youtube.com with 4 rotating AAAA records
    - Add diff-resolvers check: domain is volatile if local and extra DNS
      return different IPs (catches cached TTL > threshold cases)
    - expand_volatile_subnets now also processes domains with accumulated
      volatile_ips from prior runs, not only current volatile_domains
      (fixes race where cached TTL > threshold causes empty volatile_domains
      but IPs were already collected)
    
    IP validation:
    - Validate resolved IPs with python3 ipaddress before ip-batch loading
    - Filter out invalid entries (e.g. malformed IPv6) with WARNING log
    - Prevents ip-batch failures from corrupting route tables
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    bd2a6117
Name
Last commit
Last update
..
docs Loading commit data...
scripts Loading commit data...
.gitignore Loading commit data...
a_add_manual.sh Loading commit data...
a_check_ip.sh Loading commit data...
a_del_manual.sh Loading commit data...
a_get_net.sh Loading commit data...
both_provs.sh Loading commit data...
check-vpn-status.sh Loading commit data...
check_connectivity.sh Loading commit data...
egw_add_manual.sh Loading commit data...
egw_del_manual.sh Loading commit data...
fetch_antifilter.download.sh Loading commit data...
fetch_antifilter.network.sh Loading commit data...
fetch_lists.sh Loading commit data...
functions Loading commit data...
get_ip6s_egw.sh Loading commit data...
get_ip6s_z-i.sh Loading commit data...
get_ips_egw.sh Loading commit data...
get_ips_z-i.sh Loading commit data...
get_traffic.sh Loading commit data...
ogw_del_manual.sh Loading commit data...
only_ekvant.sh Loading commit data...
only_prometey.sh Loading commit data...
restart_check_connectivity.sh Loading commit data...
route-health.service Loading commit data...
route-health.sh Loading commit data...
route-health.timer Loading commit data...
route-update.md Loading commit data...
route-update.service Loading commit data...
route-update.sh Loading commit data...
route-update.timer Loading commit data...
route-web-api.md Loading commit data...
route-web-api.py Loading commit data...
route-web-api.service Loading commit data...
set_hop.sh Loading commit data...
switch_back.sh Loading commit data...
switch_to_yota.sh Loading commit data...
transmission.sh Loading commit data...
update_egw.sh Loading commit data...
update_egw6.sh Loading commit data...
update_z-i-stop.sh Loading commit data...
update_z-i.sh Loading commit data...
update_z-i6.sh Loading commit data...
vpnc-script-minimal.sh Loading commit data...