New final dns names for seeds

This commit is contained in:
Mihail Fedorov
2018-02-26 02:38:59 +03:00
parent 8bf22c6fd0
commit 4afdbc9556
2 changed files with 4 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
source pubkey.txt
args=("$@")
seed_ip=`getent hosts seed.mewhub.com | awk '{ print $1 }'`
seed_ip=`getent hosts zero.kolo.supernet.org | awk '{ print $1 }'`
komodo_binary='./komodod'
delay=20