what about this new peer?

This commit is contained in:
Mark Nadal 2021-08-31 10:59:47 -07:00
parent 8cd8c4f6fb
commit d178d4a095

2
axe.js
View File

@ -48,7 +48,7 @@
tmp = peers[id = key] = peers[id] || {};
tmp.id = tmp.url = id;
});
tmp = peers[id = 'https://gun-ams1.maddiex.wtf:443/gun'] = peers[id] || {};
tmp = peers[id = 'https://ovh.era.eco/gun'] = peers[id] || {};
tmp.id = tmp.url = id;
var mesh = opt.mesh = opt.mesh || Gun.Mesh(root); // DAM!