attachment.png

Extended version of well known minecraft proxy called BungeeCord created and maintained by SpigotMC

 

Features:

  • Custom F3 brand name for 1.13+ clients 
  • Disable Entity Metadata rewrite
  • Close channel on invalid state
  • Close channel on invalid payload
  • Close channel on invalid packet received
  • Limit connections per second 
  • Blacklist addresses with Linux IPTables

 

Configuration File:

# ――――――――――――――――――――――――――――――――
#              ExtendedCord Configuration
# ――――――――――――――――――――――――――――――――
discord: "Techno Neziw#0001"
config-version: 1
# ――――――――――――――――――――――――――――――――
#                   General Settings
# ――――――――――――――――――――――――――――――――
general:
  # Custom F3 name on 1.13+ clients
  brand-name: "SuperServer"
  # Disable Entity MetaData rewrite
  disable-entity-metadata-rewrite: true
# ――――――――――――――――――――――――――――――――
#                   Security Settings
# ――――――――――――――――――――――――――――――――
security:
  # Close channel on invalid state
  close-on-invalid-state: true
  # Close channel on invalid payload
  close-on-invalid-payload: true
  # Close channel on invalid packet
  close-on-invalid-packet: true
  # Connection limits settings
  limits:
    # Limit connections per second
    connection-per-second: true
    # Maximum connections per second
    connection-per-second-value: 50
    # Kick message if limit has been reached
    kick-message: "&cToo many connections per second!"
  # Blacklist connections in IPTables (Linux Only)
  iptables-blacklist: false

 

Links: