Перейти к содержимому
Mineforgian

LingtingMinecraftSecurity

Minecraft security manager. Feature: - network request target controll

Загрузки
1K
Подписчики
3
Обновлён
1 августа 2025 г.
Лицензия
Apache-2.0

Опубликован 29 июля 2024 г.

Public Information

  • config file: config/lingting/lingting.minecraft.security.json

Network Control

Configuration file

If both a whitelist and a blacklist are configured, only the blacklist takes effect.

  • white whitelist, can be a domain name or a specific IP address, if the domain name is the primary domain name, all subdomains under the primary domain name will be allowed.
  • black Black list, can be domain name or specific IP, if fill in the main domain name, then all subdomains under the main domain name will be denied.
  • allowIp If or not the IP will be allowed, if true, if the IP is not in the black list, then it will be allowed.
{
  "network": {
    "white": [
      "localhost",
      "downloader.meitangdehulu.com",
      "mojang.com",
      "login.live.com",
      "minecraftservices.com",
      "skin.prinzeugen.net",
      "minecraft.net",
      "api.mcmod.cn",
      "plushie.moe",
      "xboxlive.com"
    ],
    "black": [],
    "allowIp": true
  }
}

Translated with DeepL.com (free version)

Ченджлог

2024.06.28Релиз1.21.6, 1.21.7, 1.21.8 · 1 августа 2025 г.

No changelog was specified.

2024.06.28Релиз1.20.2, 1.20.3, 1.20.4 · 29 июля 2024 г.

No changelog was specified.

Комментарии

Загружаем…