mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
security/softether: fixup previous
This commit is contained in:
@@ -72,6 +72,7 @@ security/intrusion-detection-content-et-pro -- IDS Proofpoint ET Pro ruleset (ne
|
||||
security/intrusion-detection-content-pt-open -- IDS PT Research ruleset (only for non-commercial use)
|
||||
security/intrusion-detection-content-snort-vrt -- IDS Snort VRT ruleset (needs registration or subscription)
|
||||
security/openconnect -- OpenConnect Client
|
||||
security/softether -- Cross-platform Multi-protocol VPN Program
|
||||
security/tinc -- Tinc VPN
|
||||
security/tor -- The Onion Router
|
||||
sysutils/api-backup -- Provide the functionality to download the config.xml
|
||||
|
||||
@@ -3,6 +3,6 @@ PLUGIN_VERSION= 0.1
|
||||
PLUGIN_COMMENT= Cross-platform Multi-protocol VPN Program
|
||||
PLUGIN_DEPENDS= softether
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
PLUGIN_DEVEL= yes
|
||||
PLUGIN_DEVEL= yes
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
||||
@@ -2,7 +2,7 @@ SoftEther VPN ("SoftEther" means "Software Ethernet") is one of
|
||||
the world's most powerful and easy-to-use multi-protocol VPN
|
||||
software. It runs on Windows, Linux, Mac, FreeBSD and Solaris.
|
||||
|
||||
SoftEther VPN is open source. You can use SoftEther for any
|
||||
SoftEther VPN is open source. You can use SoftEther for any
|
||||
personal or commercial use for free charge.
|
||||
|
||||
WWW: https://www.softether.org/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<acl>
|
||||
<page-softether-config>
|
||||
<name>Services: SoftEther VPN</name>
|
||||
<name>VPN: SoftEther</name>
|
||||
<patterns>
|
||||
<pattern>ui/softether/*</pattern>
|
||||
<pattern>api/softether/*</pattern>
|
||||
|
||||
Regular → Executable
+2
-2
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
mkdir -p /var/db/softether/
|
||||
mkdir -p /var/log/softether/
|
||||
mkdir -p /var/db/softether
|
||||
mkdir -p /var/log/softether
|
||||
|
||||
@@ -1 +1 @@
|
||||
softether_server:/etc/rc.conf.d/softether_server
|
||||
softether_server:/etc/rc.conf.d/softether_server
|
||||
|
||||
Reference in New Issue
Block a user