From 10eb1492b780e787cacbf3bde07eaf66ee3c07b6 Mon Sep 17 00:00:00 2001 From: nischay02 <95566963+nischay02@users.noreply.github.com> Date: Mon, 7 Mar 2022 19:43:58 +0530 Subject: [PATCH] Added host in no-ssl and updated the old host in ssl (#75) * Update lavalink-with-ssl.md * Update lavalink-without-ssl.md --- docs/NoSSL/lavalink-without-ssl.md | 7 +++++++ docs/SSL/lavalink-with-ssl.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/NoSSL/lavalink-without-ssl.md b/docs/NoSSL/lavalink-without-ssl.md index 59b50f5..0cff243 100644 --- a/docs/NoSSL/lavalink-without-ssl.md +++ b/docs/NoSSL/lavalink-without-ssl.md @@ -4,6 +4,13 @@ description: Without SSL should work out of the box! --- --- +Hosted by @ [OGGY#9889](https://bit.ly/freelavalink) +```bash +Host : lavalink.oops.wtf +Port : 2000 +Password : "www.freelavalink.ga" +Secure : false +``` Hosted by @ [darren](https://losingtime.dpaste.org/) ```bash Host : losingtime.dpaste.org diff --git a/docs/SSL/lavalink-with-ssl.md b/docs/SSL/lavalink-with-ssl.md index d79c41a..c6703a9 100644 --- a/docs/SSL/lavalink-with-ssl.md +++ b/docs/SSL/lavalink-with-ssl.md @@ -6,7 +6,7 @@ description: SSL Uses Secure WS connection, whilst No SSL uses standard WS. if y --- Hosted by @ [OGGY#9889](https://bit.ly/freelavalink) ```bash -Host : connect.freelavalink.ga +Host : lavalink.oops.wtf Port : 443 Password : "www.freelavalink.ga" Secure : true