feat: disable nat

This commit is contained in:
naiba
2025-01-21 22:21:52 +08:00
parent 0d275084d9
commit 30ae419cbd
3 changed files with 30 additions and 0 deletions

View File

@@ -401,6 +401,7 @@ export interface ModelLoginResponse {
export interface ModelNAT {
created_at: string
domain: string
enabled: boolean
host: string
id: number
name: string