Skip to content

Commit

Permalink
add seed.ta.conf (Alfis DNS)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost committed Dec 16, 2023
1 parent 85cd62f commit 3ace0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ extern "C" void* ThreadStats(void*) {
} while(1);
}

static const string mainnet_seeds[] = {"seed.twister.net.co","seed2.twister.net.co","seed3.twister.net.co","twisterseed.tk","twisterarmyseed.tk","seed.twisterarmy.org",""};
static const string mainnet_seeds[] = {"seed.twister.net.co","seed2.twister.net.co","seed3.twister.net.co","twisterseed.tk","twisterarmyseed.tk","seed.ta.conf",""};
static const string testnet_seeds[] = {""};
static const string *seeds = mainnet_seeds;

Expand Down

0 comments on commit 3ace0f2

Please sign in to comment.