default peers
This commit is contained in:
parent
32d7af3621
commit
4d126ef180
1 changed files with 3 additions and 2 deletions
|
|
@ -21,8 +21,9 @@
|
|||
<script>
|
||||
|
||||
gun = Gun({
|
||||
peers: [
|
||||
`http://guntest.shock.network:8765/gun`
|
||||
peers: [
|
||||
'http://gun.shock.network:8765/gun',
|
||||
'http://gun2.shock.network:8765/gun'
|
||||
],
|
||||
axe: false
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue