mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/wireguard: usual post-merge tweaks
This commit is contained in:
@@ -44,7 +44,7 @@ misc/theme-tukan -- The tukan theme - blue/white
|
||||
net-mgmt/collectd -- Collect system and application performance metrics periodically
|
||||
net-mgmt/lldpd -- LLDP allows you to know exactly on which port is a server
|
||||
net-mgmt/net-snmp -- Net-SNMP is a daemon for the SNMP protocol
|
||||
net-mgmt/snmp -- SNMP Server via bsnmpd
|
||||
net-mgmt/snmp -- End of life, superseded by Net-SNMP plugin
|
||||
net-mgmt/telegraf -- Agent for collecting metrics and data
|
||||
net-mgmt/zabbix-agent -- Enterprise-class open source distributed monitoring agent
|
||||
net-mgmt/zabbix-proxy -- Zabbix Proxy enables decentralized monitoring
|
||||
@@ -63,6 +63,7 @@ net/relayd -- Relayd Load Balancer
|
||||
net/shadowsocks -- Secure socks5 proxy
|
||||
net/siproxd -- Siproxd is a proxy daemon for the SIP protocol
|
||||
net/upnp -- Universal Plug and Play Service
|
||||
net/wireguard -- WireGuard VPN service
|
||||
net/wol -- Wake on LAN Service
|
||||
net/zerotier -- Virtual Networks That Just Work
|
||||
security/acme-client -- Let's Encrypt client
|
||||
|
||||
@@ -68,4 +68,3 @@ function wireguard_interfaces()
|
||||
$interfaces['wg'] = $oic;
|
||||
return $interfaces;
|
||||
}
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<MinimumValue>0</MinimumValue>
|
||||
<MaximumValue>19</MaximumValue>
|
||||
<ValidationMessage>Maximum number of instances reached</ValidationMessage>
|
||||
<Required>Y</Required>
|
||||
<Required>Y</Required>
|
||||
</instance>
|
||||
<pubkey type="TextField">
|
||||
<Required>N</Required>
|
||||
|
||||
@@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
<ul class="nav nav-tabs" data-tabs="tabs" id="maintabs">
|
||||
<li class="active"><a data-toggle="tab" href="#general">{{ lang._('General') }}</a></li>
|
||||
<li><a data-toggle="tab" href="#servers">{{ lang._('Server') }}</a></li>
|
||||
<li><a data-toggle="tab" href="#clients">{{ lang._('Endpoints') }}</a></li>
|
||||
<li><a data-toggle="tab" href="#clients">{{ lang._('Endpoints') }}</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="tab-content content-box tab-content">
|
||||
@@ -161,6 +161,6 @@ $( document ).ready(function() {
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
Regular → Executable
Regular → Executable
Reference in New Issue
Block a user