Stremio/stremio-beamup

handle CF domain adding gracefully

Closed this issue · 1 comments

in beamup-sync-swarm, we just try to add A records for all apps; this results in errors when they already exist

Instead, first check if they already exist. Or just modify the error handling to ignore errors that return "already exists"

Done in

if (res.statusCode !== 200) {