If you can call it that. Just a simple uci script to change Peer2 endpoint to preferred server and restart when I need to.

I do. Moving to PBR (same site) as update to VPN-PBR.

If you’re curious, this might help seeing what the script(s) are seeing when they retrieve info from SS in json format.

cat <wg-generated-file>.json | jq . for all, or
cat <wg-generated-file>.json | jq .[1] for a single entry

1 Like