Added support for OpenBSD ftp-proxy into firewall module.
This commit is contained in:
parent
0a845626b0
commit
dd7d6534a4
1 changed files with 14 additions and 0 deletions
|
@ -160,3 +160,17 @@ class firewall::custom::pf inherits firewall::common::pf {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# OpenBSD NAT handler for FTP protocol.
|
||||||
|
#
|
||||||
|
class firewall::ftpproxy {
|
||||||
|
|
||||||
|
service { "ftpproxy":
|
||||||
|
ensure => running,
|
||||||
|
enable => true,
|
||||||
|
binary => "/usr/sbin/ftp-proxy",
|
||||||
|
start => "/usr/sbin/ftp-proxy",
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue