Feat: Server Endpoint (#1785)

* add server endpoint to client

* be able to update endpoint over api
This commit is contained in:
Bernd Storath
2025-04-01 16:13:51 +02:00
committed by GitHub
parent 9df049d3f4
commit e92ee0464e
8 changed files with 30 additions and 6 deletions
@@ -17,6 +17,7 @@ CREATE TABLE `clients_table` (
`persistent_keepalive` integer NOT NULL,
`mtu` integer NOT NULL,
`dns` text,
`server_endpoint` text,
`enabled` integer NOT NULL,
`created_at` text DEFAULT (CURRENT_TIMESTAMP) NOT NULL,
`updated_at` text DEFAULT (CURRENT_TIMESTAMP) NOT NULL,