mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/tailscale: minor changes to previous
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
<id>settings.listenPort</id>
|
||||
<label>Listen Port</label>
|
||||
<type>text</type>
|
||||
<help>UDP port to listen on for Wireguard and peer-to-peer traffic.</help>
|
||||
<help>UDP port to listen on for WireGuard and peer-to-peer traffic.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>settings.acceptDNS</id>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
export default class Wireguard extends BaseTableWidget {
|
||||
export default class Tailscale extends BaseTableWidget {
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user