nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)

FoxGate Anti-VPN [1.0.2]

Changelog

  • Added BanProxy and IPQualityScore services to detect VPN and bots.
  • Added disconnection when finish requests to save performance.
  • Added new options for MySQL connection database:
database:
  # Available:
   # - SQLite (NOT AVAILABLE IN BUNGEECORD!)
   # - MySQL (IMPORTANT TO WORK IN BUNGEECORD!)
   type: "sqlite"
   sqlite:
      file: "FoxGate.db"
   mysql:
      host: "localhost"
      port: 3306
      database: "foxav_db"
      username: "root"
      password: "password123"
      # Highly recommended to keep this true for secure connections.
      # Ensure your MySQL server supports SSL.
      # By default is false, because a lot of MySQL servers do't supports
      # SSL.
      SSL: false
      # The maximum number of connections in the connection pool.
      # Recommended: 4
      maximumpoolsize: 4
      # The maximum time in seconds to wait for a connection from the pool,
      # is recommended a value from higher than 1 and less than 5.
      # Recommended: 3.0
      connectiontimeout: 3.0
   # When an IP is detected in a result, this is save in the cache
   # to don't make more request for a little time, this value is
   # saved in hours.
   #
   # Recommended: 36
   expiration_time: 36
  • Added option to check updates, can be disabled in config.yml.
  • Added option to blacklist ip's from detection, request of @arrafii14 in discord server.
   # Blacklist the detection to this name's.
   # It's case sensetive!
   blacklist-name:
    - 'ImFoxerARG' # It's me! :3
   # Blacklist the detection to this IP's.
   blacklist-ip:
    - '127.0.0.1' # It's default in localhost!

You found a error? Join to the Discord server clicking here. Reset you config.yml to get new the new changes and avoid errors!

Files

FoxGate.jar(172 KiB) Primary Download

External resources


Project members

Zowi

Member


Technical information

License
ARR
Project ID