From fe3cf0362998417d2bd82b116caed80f1f240bee Mon Sep 17 00:00:00 2001 From: Alw3ys Date: Sun, 19 Mar 2017 19:58:30 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0f3c4fb..51e2a11 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # SinusBotMinecraft -**SinusBotMinecraft** allows you to conect sinusbot with your BungeeCord or Bukkit Server. +**SinusBotMinecraft** allows you to connect sinusbot with your Bukkit or BungeeCord Server. ## How to install - Download the latest version from [releases](https://github.com/Alw3ys/SinusForMinecraft/releases). -- Take the file from the sinusbot extracted folder and place it in your SinusBot scripts folder. -- Take the file from the bukkit or bungeecord extracted folder (depends on what you need) and place it in your BungeeCord or Bukkit plugins folder. - - Restart SinusBot and Bukkit or BungeeCord and SinusBotMinecraft is now installed. -### Security +- Take the file from the extracted sinusbot folder and place it in your SinusBot scripts folder. +- Take the file from the bukkit or bungeecord extracted folder (depends on what you need) and place it in your Bukkit or BungeeCord plugins folder. + - Restart SinusBot and Bukkit or BungeeCord and SinusBotMinecraft is now installed. +## Security Make sure to close the port that will be used as bridge, by this way we can make sure that only us will be the ones able to write data to the listening port. ```console $ iptables -I INPUT ! -s 127.0.0.1 -p tcp --dport -j DROP # Replace to the port that you are using ``` -(If your target server is not the same has the sinusbot replace *127.0.0.1* to the sinusbot server public ip) +(If the Bukkit or BungeeCord server does not match with the SinusBot one replace *127.0.0.1* to the sinusbot server public ip)