Skip to content

Add WISP - Web Gateway - #1664

Open
mason-rogers wants to merge 1 commit into
Domain-Connect:masterfrom
mason-rogers:add-wisp-webgateway
Open

Add WISP - Web Gateway#1664
mason-rogers wants to merge 1 commit into
Domain-Connect:masterfrom
mason-rogers:add-wisp-webgateway

Conversation

@mason-rogers

@mason-rogers mason-rogers commented Aug 25, 2026

Copy link
Copy Markdown

Description

New template for Wisp, a multi-tenant game-server panel platform. Customers point a hostname on their own domain at the web gateway operated by their hosting company's panel (reverse proxy with automatic on-demand HTTPS). The template creates a single CNAME.

Two deliberate choices worth calling out:

  • Bare %target% in pointsTo: Wisp is white-label and multi-tenant — every hosting company's panel has its own gateway hostname (e.g. gateway.physgun.com), and node-local gateways have per-node hostnames, so the target cannot be fixed or suffixed in the template. Misuse is mitigated by mandatory request signing: syncPubKeyDomain is set and our panels always sign apply URLs.
  • hostRequired: true: the gateway only serves hostnames below the zone apex (an apex CNAME would be invalid), so apex application is excluded at the protocol level.

Type of change

  • New template
  • Bug fix (non-breaking change which fixes an issue in the template)
  • New feature (non-breaking change which adds functionality to the template)
  • Breaking change (fix or feature that would cause existing template behavior to be not backward compatible)

How Has This Been Tested?

  • Template functionality checked using Online Editor
  • Template file name follows the pattern <providerId>.<serviceId>.json
  • resource URL provided with logoUrl is actually served by a webserver

dc-template-linter -loglevel info -tolerate warn wisp.gg.webgateway.json passes with no findings.

Checklist of common problems

  • syncPubKeyDomain is set — dc.wisp.gg
  • warnPhishing is not set alongside syncPubKeyDomain
  • syncRedirectDomain is set whenever the template uses redirect_uri in the synchronous flow — not used; the panel polls DNS instead of round-tripping
  • no TXT record contains SPF content — no TXT records
  • txtConflictMatchingMode is set on every TXT record that must be unique — no TXT records
  • no variable is used as a bare full record value unless necessary — pointsTo: %target% is bare by necessity; justification in the description above
  • no bare variable is used as the full host label — host is @
  • no variable is used in the host field to create a subdomain
  • %host% does not appear explicitly in any host attribute
  • essential is set appropriately — Always on the single CNAME; the record is the service, removing it disables it

Online Editor test results

Editor test link(s):
Test wisp.gg/webgateway viction.dev/connect

New template for the Wisp game-server panel platform: one CNAME pointing a customer hostname at the panel's web gateway. pointsTo uses a bare %target% variable because Wisp is multi-tenant/white-label (gateway hostname differs per hosting company); apply requests are signed via syncPubKeyDomain dc.wisp.gg. hostRequired=true (apex CNAME impossible).
@github-actions github-actions Bot added hostRequired hostRequired is set Test links missing No test links from Online Editor provided labels Aug 25, 2026
@github-actions

Copy link
Copy Markdown

JSON Filename Check Passed

@github-actions

Copy link
Copy Markdown

JSON Schema Validation Passed

@github-actions

Copy link
Copy Markdown

Linter OK

wisp.gg.webgateway.json

Level Code Note

@github-actions github-actions Bot removed the Test links missing No test links from Online Editor provided label Aug 25, 2026
@github-actions

Copy link
Copy Markdown

PR Description Check Passed

All required sections are filled in correctly.

Details
  OK  Type of change: 1/4 checkboxes ticked
  OK  How Has This Been Tested?: all 3 checkboxes ticked
  OK  Checklist of common problems: 10/10 checkboxes ticked
  OK  Online Editor test results: 1 link(s) found
  OK  Template coverage: all 1 template(s) covered
Labels to remove: Checklist of common problems not complete, Forged editor links, PR description incomplete, Test links missing

PR description check PASSED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hostRequired hostRequired is set

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant