diff --git a/docs/SSL/lavalink-with-ssl.md b/docs/SSL/lavalink-with-ssl.md index 7d84cd4..8692b9d 100644 --- a/docs/SSL/lavalink-with-ssl.md +++ b/docs/SSL/lavalink-with-ssl.md @@ -94,28 +94,17 @@ Secure:"true" HOSTED BY [@👑MR EXTINCT CODE'S#6646] ```bash - id: "Main" - Host: www.lavalinknodepublic2.ml - Port: 443 - Password:"mrextinctcodes" - Secure:"true" - ``` +Hosted by [Cobalt](https://github.com/cobaltgit) - - - - - - - - - - - - +```bash +Host: lavalink.cobaltonline.net +Port: 443 +Password: cobaltlavanode23@ +Secure: true +``` diff --git a/docs/api/servers.json b/docs/api/servers.json index c8b486d..3308020 100644 --- a/docs/api/servers.json +++ b/docs/api/servers.json @@ -89,6 +89,12 @@ "port":"443", "password":"mrextinctcodes", "identifier":"lavalinknodepublic" + }, + { + "host":"lavalink.cobaltonline.net", + "port":"443", + "password":"cobaltlavanode23@", + "identifier":"cobaltonline" } ], "nossl":[ @@ -114,7 +120,7 @@ "host":"lavalink.islantay.tk", "port":"8880", "password":"waifufufufu", - "identifier":"dpaste" + "identifier":"islantay" } ] }