We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2483c02 + e627e75 commit 29fed88Copy full SHA for 29fed88
pfSense-pkg-RESTAPI/files/usr/local/pkg/RESTAPI/Models/OpenVPNClient.inc
@@ -32,7 +32,7 @@ class OpenVPNClient extends Model {
32
public StringField $protocol;
33
public InterfaceField $interface;
34
public StringField $server_addr;
35
- public StringField $server_port;
+ public PortField $server_port;
36
public PortField $local_port;
37
public StringField $proxy_addr;
38
public PortField $proxy_port;
requirements.txt
@@ -1,4 +1,4 @@
1
-jinja2~=3.1.4
2
-pylint~=3.3.1
+jinja2~=3.1.5
+pylint~=3.3.3
3
black~=24.10.0
4
mkdocs~=1.6.1
0 commit comments