LogoLogo
Go to i3d.netGet support
  • Home
  • Game Hosting
    • Get started
      • Set Up Guide
      • Game Template
      • Game Deploy
    • Overview
      • API guide for game hosting
      • Terminology
      • API v3 usage
      • API v3 authentication
      • API v3 error handling
      • API v3 error codes
    • Processes
      • Application Management
      • Application Build Provisioning
      • Application Build Management
      • Deployment Configuration
      • Deployment Process
      • Automatic Deployment
      • Automatic Scaling
      • Dependency Installation
      • Patching
        • Utility patching
        • Forced Deployment
        • Forced Deployment Manually
        • Rolling Deployment
        • Rolling Deployment Manually
        • A/B Deployment
        • A/B Deployment Manually
    • Elements
      • Application
        • Applicationproperty
        • Applicationbuild
        • Applicationbuildproperty
        • Applicationbuildconfiguration
        • Applicationinstance
        • Applicationinstanceproperty
        • Applicationinstanceip
        • Label
        • Metadata
        • Element Relations
        • Platform Variables
      • Deployment
        • Fleet
        • Deploymentprofile
        • Deploymentregion
        • Deploymentcontainer
        • Deploymentcontainerlocation
        • Deployment Templates
          • Gamedeploymenttemplate
          • Utilitydeploymenttemplate
          • Dependencydeploymenttemplate
        • Host Capacity
          • Instancetypecapacity
        • Dclocation
      • Host
        • Hostcpu
        • Hostip
        • Hostdisk
        • Hostmemory
      • Patching
        • Patchjobapplicationbuild
        • Patchjobfleet
        • Patchjoboverallprogress
        • Patchjobemail
    • Features
      • Task System
      • Platform Events
    • Cloud Usage
      • Cloud Credentials
      • Cloud Instance Types
    • Game Integration
      • Orchestrator overview
      • Matchmaker Allocation
      • Ping beacons overview
      • Upgrade GCP VMs to AMD Milan or later
      • Game server run status
      • Gameliftanywhere integration
      • Game Hosting-SDK
        • Build
        • Integration Guide
        • Sdk Unity Plugin
        • Sdk Unreal Plugin
      • Management Protocol
        • A2S
        • Arcus
          • Usage
          • Configuration
          • Packet Structure
          • Handling Server Query Response
          • Available Opcodes
        • Arcus V2
          • Request Response
    • Events
    • Examples
      • Registering Application And Builds
      • Env From Scratch
  • Anti-DDoS
    • About our Anti-DDoS
    • DDoS attack types
    • Warden: Capabilities and benefits
      • Anti-DDoS onboarding guide
      • Warden: How it works
      • Armor configuration templates
    • DDoS category attack types
  • Compute
    • Dedicated Bare Metal
      • Catalog
    • FlexMetal
      • Getting started with FlexMetal
      • OS Customization
      • Talos installation
      • Tag management
      • Check your quota usage
      • Reinstall your servers
      • Troubleshooting
  • Contact
  • Api
    • General
    • Game
    • GLAD API
  • Endpoints
Powered by GitBook

© i3D.net | All rights reserved.

On this page
  • Game configuration (json data in a table form)
  • Web configuration
  • API reference documentation

Was this helpful?

Export as PDF
  1. Anti-DDoS
  2. Warden: Capabilities and benefits

Armor configuration templates

Game configuration (json data in a table form)

JSON field
Value
Description

ip

"1.2.3.4"

The net ID part of the subnet (first IP)

prefix

32

The CIDR part of the subnet

description

"Client gameserver"

An optional description text

tenant-id

42

The client's tenant ID

enabled

true

Enables the armor (i.e. routes traffic through Warden)

prevention-mode

true

Allows Warden to actually drop packets

ports

["1024-2048", "4096"]

A list of ports/port ranges to allow through Warden

protocol

udp

Defines the armor as a TCP/UDP armor

tcp-established

false

Allow the protected IP to initiate connections to the Internet

tcp-gl-pps

50000

Sets the limit (in PPS) for greylisted (non-whitelisted) TCP traffic

udp-gl-pps

0

Sets the limit (in PPS) for greylisted (non-whitelisted) UDP traffic

dpi-profile

""

(UDP only) sets a bytematching profile

reject-src-port-1024

true

Rejects packets if the source port is less than 1024

Web configuration

JSON field
Value
Description

ip

"1.2.3.4"

The net ID part of the subnet (first IP)

prefix

32

The CIDR part of the subnet

description

"Client web server"

An optional description text

tenant-id

42

The client's tenant ID

enabled

true

Enables the armor (i.e. routes traffic through Warden)

prevention-mode

true

Allows Warden to actually drop packets

ports

["80", "443"]

A list of ports/port ranges to allow through Warden

protocol

tcp

Defines the armor as a TCP/UDP armor

tcp-established

true

Allow the protected IP to initiate connections to the Internet

tcp-gl-pps

0

Sets the limit (in PPS) for greylisted (non-whitelisted) TCP traffic

udp-gl-pps

75000

Sets the limit (in PPS) for greylisted (non-whitelisted) UDP traffic

dpi-profile

""

(UDP only) sets a bytematching profile

reject-src-port-1024

true

Rejects packets if the source port is less than 1024

API reference documentation

For more information about our API documentation, click the link below.

PreviousWarden: How it worksNextDDoS category attack types

Last updated 1 month ago

Was this helpful?

Swagger UI
Logo