Commit 75e5d544 authored by Vitaly Lipatov's avatar Vitaly Lipatov

route-update: increase resolve history from 10 to 20 snapshots

Helps accumulate more DNS round-robin IPs over time. Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
parent 357dca67
......@@ -15,7 +15,7 @@ cd "$(dirname "$(realpath "$0")")" || exit
ROUTES_DIR=routes.d
ROUTES6_DIR=routes6.d
STATE_DIR=.state
HISTORY_SIZE=10
HISTORY_SIZE=20
# Priority (pref) allocation for ip rules:
# Each group gets a PREF_GROUP_STEP-sized block, each .list gets PREF_STEP within.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment