Handle redirected servers in server detection.

This commit is contained in:
Michael 2025-02-15 14:43:23 +00:00
parent abc38bec75
commit 0025467500
10 changed files with 56 additions and 15 deletions

View file

@ -41,6 +41,7 @@ Fields
| blocked | Server is blocked | boolean | YES | | NULL | |
| failed | Connection failed | boolean | YES | | NULL | |
| next_contact | Next connection request | datetime | YES | | 0001-01-01 00:00:00 | |
| redirect-gsid | Target Gserver id in case of a redirect | int unsigned | YES | | NULL | |
Indexes
------------
@ -52,5 +53,11 @@ Indexes
| next_contact | next_contact |
| network | network |
Foreign Keys
------------
| Field | Target Table | Target Field |
|-------|--------------|--------------|
| redirect-gsid | [gserver](help/database/db_gserver) | id |
Return to [database documentation](help/database)