feat: disable nat

This commit is contained in:
naiba
2025-01-21 22:23:15 +08:00
parent 9791c81a03
commit 7831e2d1f8
5 changed files with 12 additions and 1 deletions

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"`