Skip to content

Commit

Permalink
Update the seed IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Aug 10, 2022
1 parent d8812f5 commit 7799277
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/City/Networks/CityMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,8 @@ public CityMain()
{
new NetworkAddress(IPAddress.Parse("23.97.234.230"), this.DefaultPort),
new NetworkAddress(IPAddress.Parse("13.73.143.193"), this.DefaultPort),
// new NetworkAddress(IPAddress.Parse("94.177.215.201"), this.DefaultPort),
new NetworkAddress(IPAddress.Parse("89.36.213.152"), this.DefaultPort),
new NetworkAddress(IPAddress.Parse("89.10.229.203"), this.DefaultPort),
// new NetworkAddress(IPAddress.Parse("96.126.122.213"), this.DefaultPort),
new NetworkAddress(IPAddress.Parse("89.10.224.54"), this.DefaultPort),
new NetworkAddress(IPAddress.Parse("95.217.210.139"), this.DefaultPort),
};

this.StandardScriptsRegistry = new CityStandardScriptsRegistry();
Expand Down

0 comments on commit 7799277

Please sign in to comment.