what about this volunteer peer?

This commit is contained in:
Mark Nadal 2021-08-31 09:38:22 -07:00
parent 8e2f12542d
commit e63504a8df

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-manhattan.herokuapp.com/gun'] = peers[id] || {};
tmp = peers[id = 'https://gun-ams1.maddiex.wtf:443/gun'] = peers[id] || {};
tmp.id = tmp.url = id;
var mesh = opt.mesh = opt.mesh || Gun.Mesh(root); // DAM!