mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
ftp/tftp: small changes
This commit is contained in:
@@ -39,6 +39,7 @@ dns/dnscrypt-proxy -- Flexible DNS proxy supporting DNSCrypt and DoH
|
||||
dns/dyndns -- Dynamic DNS Support
|
||||
dns/rfc2136 -- RFC-2136 Support
|
||||
emulators/qemu-guest-agent -- QEMU Guest Agent for OPNsense
|
||||
ftp/tftp -- TFTP server (development only)
|
||||
mail/fetchmail -- Remote-mail retrieval utility (development only)
|
||||
mail/postfix -- SMTP mail relay
|
||||
mail/rspamd -- Protect your network from spam
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ PLUGIN_NAME= tftp
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_COMMENT= TFTP server
|
||||
PLUGIN_DEPENDS= tftp-hpa
|
||||
PLUGIN_DEVEL= yes
|
||||
PLUGIN_DEVEL= yes
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
tftp-hpa is portable, BSD derived tftp server. It supports advanced
|
||||
options such as blksize, blksize2, tsize, timeout, and utimeout.
|
||||
It also supported rulebased security options.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user