|
6 | 6 | <help>Check to enable Defguard Gateway service.</help> |
7 | 7 | </field> |
8 | 8 | <field> |
9 | | - <id>defguardgateway.general.Token</id> |
10 | | - <label>Defguard VPN Location Auth Token</label> |
| 9 | + <id>defguardgateway.general.LogLevel</id> |
| 10 | + <label>Log level</label> |
11 | 11 | <type>text</type> |
12 | | - <help>Required: Token obtained from Defguard Core after network creation.</help> |
13 | | - </field> |
14 | | - <field> |
15 | | - <id>defguardgateway.general.GrpcUrl</id> |
16 | | - <label>Defguard Core gRPC URL</label> |
17 | | - <type>text</type> |
18 | | - <help>Required: URL of Defguard Core's gRPC service.</help> |
19 | | - </field> |
20 | | - <field> |
21 | | - <id>defguardgateway.general.GrpcCertPath</id> |
22 | | - <label>Path to custom SSL CA cerficiate</label> |
23 | | - <type>text</type> |
24 | | - <help>Required if custom SSL CA has been enabled in Defguard Core; more details here: https://docs.defguard.net/admin-and-features/setting-up-your-instance/grpc-ssl-communication#custom-ssl-ca-and-certificates.</help> |
| 12 | + <help>Set the application log level used when syslog is disabled.</help> |
| 13 | + <hint>Default value: info</hint> |
25 | 14 | </field> |
26 | 15 | <field> |
27 | 16 | <id>defguardgateway.general.Name</id> |
28 | 17 | <label>Gateway name</label> |
29 | 18 | <type>text</type> |
30 | | - <help>Name that will be displayed in Defguard</help> |
| 19 | + <help>Name that will be displayed in Defguard.</help> |
31 | 20 | <hint>Gateway OPNsense</hint> |
32 | 21 | </field> |
| 22 | + <field> |
| 23 | + <id>defguardgateway.general.GrpcPort</id> |
| 24 | + <label>Gateway gRPC port</label> |
| 25 | + <type>text</type> |
| 26 | + <help>Port used by the gateway gRPC server.</help> |
| 27 | + <hint>Default value: 50066</hint> |
| 28 | + </field> |
33 | 29 | <field> |
34 | 30 | <id>defguardgateway.general.UseSyslog</id> |
35 | 31 | <label>Use syslog</label> |
|
61 | 57 | <id>defguardgateway.general.IfName</id> |
62 | 58 | <label>Network interface</label> |
63 | 59 | <type>text</type> |
64 | | - <help>Specify the WireGuard interface name</help> |
| 60 | + <help>Specify the WireGuard interface name. It must start with wg.</help> |
65 | 61 | <hint>Default value: wg0</hint> |
66 | 62 | </field> |
67 | 63 | <field> |
68 | 64 | <id>defguardgateway.general.StatsPeriod</id> |
69 | 65 | <label>Stats gathering period</label> |
70 | 66 | <type>text</type> |
71 | | - <help>Specify the stats period in seconds</help> |
72 | | - <hint>Default value: 60.</hint> |
| 67 | + <help>Specify how often interface statistics are sent, in seconds.</help> |
| 68 | + <hint>Default value: 30</hint> |
73 | 69 | </field> |
74 | 70 | <field> |
75 | 71 | <id>defguardgateway.general.Userspace</id> |
|
101 | 97 | <type>text</type> |
102 | 98 | <help>Command to run after bringing down the interface.</help> |
103 | 99 | </field> |
| 100 | + <field> |
| 101 | + <id>defguardgateway.general.HealthPort</id> |
| 102 | + <label>Health port</label> |
| 103 | + <type>text</type> |
| 104 | + <help>Optional HTTP port exposing the gateway health endpoint.</help> |
| 105 | + </field> |
| 106 | + <field> |
| 107 | + <id>defguardgateway.general.Masquerade</id> |
| 108 | + <label>Enable masquerade</label> |
| 109 | + <type>checkbox</type> |
| 110 | + <help>Automatically apply outbound masquerading rules in the firewall.</help> |
| 111 | + </field> |
| 112 | + <field> |
| 113 | + <id>defguardgateway.general.FwPriority</id> |
| 114 | + <label>Firewall priority</label> |
| 115 | + <type>text</type> |
| 116 | + <help>Optional priority for the Defguard forward chain.</help> |
| 117 | + </field> |
| 118 | + <field> |
| 119 | + <id>defguardgateway.general.DisableFirewallManagement</id> |
| 120 | + <label>Disable firewall management</label> |
| 121 | + <type>checkbox</type> |
| 122 | + <help>Disable Defguard-managed firewall changes for incompatible hardware or custom setups.</help> |
| 123 | + </field> |
| 124 | + <field> |
| 125 | + <id>defguardgateway.general.HttpBindAddress</id> |
| 126 | + <label>HTTP bind address</label> |
| 127 | + <type>text</type> |
| 128 | + <help>Optional IPv4 or IPv6 address used by the health endpoint.</help> |
| 129 | + </field> |
| 130 | + <field> |
| 131 | + <id>defguardgateway.general.CertDir</id> |
| 132 | + <label>Certificate directory</label> |
| 133 | + <type>text</type> |
| 134 | + <help>Directory where the gateway stores generated gRPC certificates.</help> |
| 135 | + <hint>Default value: /etc/defguard/certs</hint> |
| 136 | + </field> |
104 | 137 | </form> |
0 commit comments