feat: disable nat

This commit is contained in:
naiba
2025-01-21 22:23:15 +08:00
parent dba7a5a3d6
commit 22d7a88318
5 changed files with 12 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@ package model
type NATForm struct {
Name string `json:"name,omitempty" minLength:"1"`
Enabled bool `json:"enabled,omitempty"`
ServerID uint64 `json:"server_id,omitempty"`
Host string `json:"host,omitempty"`
Domain string `json:"domain,omitempty"`