mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/acme-client: fix invalid default value when no WAN interface can be found, closes #2712
This commit is contained in:
@@ -12,6 +12,7 @@ Plugin Changelog
|
||||
|
||||
Fixed:
|
||||
* fix SFTP buttons not visible (#2712)
|
||||
* fix invalid default value when no WAN interface can be found (#2712)
|
||||
|
||||
3.6
|
||||
|
||||
|
||||
@@ -362,7 +362,6 @@
|
||||
</http_opn_autodiscovery>
|
||||
<http_opn_interface type="InterfaceField">
|
||||
<Required>N</Required>
|
||||
<default>wan</default>
|
||||
<filters>
|
||||
<enable>/^(?!0).*$/</enable>
|
||||
</filters>
|
||||
@@ -404,7 +403,6 @@
|
||||
</tlsalpn_acme_autodiscovery>
|
||||
<tlsalpn_acme_interface type="InterfaceField">
|
||||
<Required>N</Required>
|
||||
<default>wan</default>
|
||||
<filters>
|
||||
<enable>/^(?!0).*$/</enable>
|
||||
</filters>
|
||||
|
||||
Reference in New Issue
Block a user