Skip to content

Commit

Permalink
README update.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyyf committed Mar 1, 2015
1 parent c0d74a9 commit 227c470
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MineGate-Go ![Travis CI build status](https://travis-ci.org/jackyyf/MineGate-Go.svg)
# MineGate-Go [![Build Status](https://travis-ci.org/jackyyf/MineGate-Go.svg?branch=master)](https://travis-ci.org/jackyyf/MineGate-Go)

Minegate is reverse proxy for minecraft, focused on providing the missing
virtual host functionality, which is supported by the protocol.
Expand Down
4 changes: 4 additions & 0 deletions plugins/fail2ban/fail2ban.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ import (

func init() {
}

func ConnectionHandler(event *minegate.PostAcceptEvent) {
return
}

0 comments on commit 227c470

Please sign in to comment.