From 28a7310d5af241bccf1fb84ce29d6fdf7bfdfc76 Mon Sep 17 00:00:00 2001 From: PAP6 <68839421+PAP6@users.noreply.github.com> Date: Fri, 6 Nov 2020 16:21:20 +1000 Subject: [PATCH 1/2] New 6.0 server(Now with DDNS) Previous pull request was closed, so I make a new one but with DDNS. --- servers_v6.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/servers_v6.json b/servers_v6.json index bae5313b7c..34f3fe0a90 100644 --- a/servers_v6.json +++ b/servers_v6.json @@ -26,4 +26,7 @@ { "address": "Chaotic-Neutral.ddns.net:5555" } + { + "address": "cheginde.ddns.net" + } ] From dc160d9e9189a4b478937f3ecaaa6a4d4aa81546 Mon Sep 17 00:00:00 2001 From: PAP6 <68839421+PAP6@users.noreply.github.com> Date: Sat, 7 Nov 2020 15:37:51 +1000 Subject: [PATCH 2/2] Comma --- servers_v6.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers_v6.json b/servers_v6.json index 34f3fe0a90..44a7fc71dc 100644 --- a/servers_v6.json +++ b/servers_v6.json @@ -25,7 +25,7 @@ }, { "address": "Chaotic-Neutral.ddns.net:5555" - } + }, { "address": "cheginde.ddns.net" }