Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/eslym/anticopen

Anti copenheimer, a very simple firewall to avoid direct IP scan on Minecraft server, require a domain to work.
https://github.com/eslym/anticopen

Last synced: 13 days ago
JSON representation

Anti copenheimer, a very simple firewall to avoid direct IP scan on Minecraft server, require a domain to work.

Lists

README

        

# AntiCopen
Anti copenheimer, a very simple firewall to avoid direct IP scan on Minecraft server, require a domain to work.

# Disclaimer
This project is **NOT** designed to replace whitelist, it is designed to block the ping when there is any unwanted request comming in

## Usage
```shell
# Reject handshake which not trying to connect minecraft.1ppl.me
./anticopen -bind 0.0.0.0:25565 -upstream 127.0.0.1:25575 -host minecraft.1ppl.me -proxy
```

## Build
```shell
go build
```