default peers

This commit is contained in:
Daniel Lugo 2020-10-16 10:22:41 -04:00
parent 32d7af3621
commit 4d126ef180

View file

@ -22,7 +22,8 @@
gun = Gun({ gun = Gun({
peers: [ peers: [
`http://guntest.shock.network:8765/gun` 'http://gun.shock.network:8765/gun',
'http://gun2.shock.network:8765/gun'
], ],
axe: false axe: false
}) })