Skip to main content

Commands

รายการคำสั่งทั้งหมดที่สามารถใช้งานได้ใน azael_connshield

Admin Commands

รายการคำสั่งทั้งหมดของ ผู้ดูแลระบบ

เพิ่มสิทธิ์ข้ามกฎการตรวจสอบ

คำสั่ง เพิ่มสิทธิ์ข้ามกฎการตรวจสอบ

<commandName> addbypass <identifier> <options>

Arguments

  • commandName: string
    • ชื่อของ คำสั่งหลัก เพื่ออ้างอิงว่าเป็นคำสั่งของทรัพยากรนี้ สำหรับใช้งานผ่าน Server Console หรือ Client Console
  • subCommandName: string
  • identifier: string
    • ตัวระบุของผู้เล่น โดยต้องมีคำนำหน้าตรงกับประเภท identifierUniqueness.provider เช่น steam:1100001332e7216
  • options: string | nil
    • ประเภทการข้ามที่ต้องการเพิ่ม
      • all — ข้ามการตรวจสอบทั้งหมด (Identifier Uniqueness + IP Protections)
      • id — ข้ามการตรวจสอบ Identifier Uniqueness เท่านั้น
      • ip — ข้ามการตรวจสอบ IP Protections เท่านั้น
info

หากไม่ระบุ options ค่าเริ่มต้นจะเท่ากับ all ข้ามการตรวจสอบทั้งหมด (Identifier Uniqueness + IP Protections)

Returns

ลบสิทธิ์ข้ามกฎการตรวจสอบ

คำสั่ง ลบสิทธิ์ข้ามกฎการตรวจสอบ

<commandName> removebypass <identifier> <options>

Arguments

  • commandName: string
    • ชื่อของ คำสั่งหลัก เพื่ออ้างอิงว่าเป็นคำสั่งของทรัพยากรนี้ สำหรับใช้งานผ่าน Server Console หรือ Client Console
  • subCommandName: string
  • identifier: string
    • ตัวระบุของผู้เล่น โดยต้องมีคำนำหน้าตรงกับประเภท identifierUniqueness.provider เช่น steam:1100001332e7216
  • options: string | nil
    • ประเภทการข้ามที่ต้องการลบออก
      • all — ข้ามการตรวจสอบทั้งหมด (Identifier Uniqueness + IP Protections)
      • id — ข้ามการตรวจสอบ Identifier Uniqueness เท่านั้น
      • ip — ข้ามการตรวจสอบ IP Protections เท่านั้น
info

หากไม่ระบุ options ค่าเริ่มต้นจะเท่ากับ all ข้ามการตรวจสอบทั้งหมด (Identifier Uniqueness + IP Protections)

Returns

เพิ่ม IPv4 เข้ารายการยกเว้น IP Protection

คำสั่ง เพิ่มที่อยู่ IPv4 เข้ารายการยกเว้น IP Protection

<commandName> addbypassip <ip>

Arguments

  • commandName: string
    • ชื่อของ คำสั่งหลัก เพื่ออ้างอิงว่าเป็นคำสั่งของทรัพยากรนี้ สำหรับใช้งานผ่าน Server Console หรือ Client Console
  • subCommandName: string
  • ip: string
    • ที่อยู่ IPv4 ที่ต้องการเพิ่มเข้ารายการยกเว้น (เช่น 127.0.0.1) รองรับทั้งรูปแบบ 127.0.0.1 และ ip:127.0.0.1
info

ที่อยู่ IPv4 ที่เพิ่มด้วยคำสั่งนี้จะข้ามการตรวจสอบ IP Protection ทั้งหมด (connectionLimit + ipReputation) และมีผลเฉพาะ runtime เท่านั้น (จะหายไปเมื่อ restart server) หากต้องการถาวรให้เพิ่มใน allowedIPs

Returns

ลบ IPv4 ออกจากรายการยกเว้น IP Protection

คำสั่ง ลบที่อยู่ IPv4 ออกจากรายการยกเว้น IP Protection

<commandName> removebypassip <ip>

Arguments

  • commandName: string
    • ชื่อของ คำสั่งหลัก เพื่ออ้างอิงว่าเป็นคำสั่งของทรัพยากรนี้ สำหรับใช้งานผ่าน Server Console หรือ Client Console
  • subCommandName: string
  • ip: string
    • ที่อยู่ IPv4 ที่ต้องการลบออกจากรายการยกเว้น (เช่น 127.0.0.1) รองรับทั้งรูปแบบ 127.0.0.1 และ ip:127.0.0.1

Returns