`or_addresses` in `server_status` is stored in the wrong format
I've noticed that or_addresses
in server_status
is stored as such: [[0000:2e00:3acf::25:c2b2]:58886]
.
The format that I would expect, based on other columns (i.e exit_policy
, diff_or_addresses
, unreachable_or_addresses
), is ["[0000:2e00:3acf::25:c2b2]:58886"]
so that it could be parsed as an array of strings.