Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys authored Mar 19, 2017
1 parent 7d3bc30 commit fe3cf03
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <port> -j DROP # Replace <port> 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)

0 comments on commit fe3cf03

Please sign in to comment.