Remote access: accept iodine opt_in_mode in heartbeat and schema.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Anton Afanasyev
2026-06-24 22:57:28 +02:00
committed by Anton Afanasyeu
parent d2602391c3
commit 8d42f818c6
2 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
-- Add iodine to remote access opt_in_mode (MariaDB).
ALTER TABLE remote_access_devices
MODIFY opt_in_mode ENUM('none','wireguard','rssh','iodine') NOT NULL DEFAULT 'none';