diff --git a/README.md b/README.md index c265b6fde..3da5813b9 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ net/google-cloud-sdk -- Google Cloud SDK net/haproxy -- Reliable, high performance TCP/HTTP load balancer net/igmp-proxy -- IGMP-Proxy Service net/mdns-repeater -- Proxy multicast DNS between networks +net/ndproxy -- Neighbor Discovery Proxy net/ntopng -- Traffic Analysis and Flow Collection net/radsecproxy -- RADIUS proxy provides both RADIUS UDP and TCP/TLS (RadSec) transport net/realtek-re -- Realtek re(4) vendor driver diff --git a/net/ndproxy/src/etc/inc/plugins.inc.d/ndproxy.inc b/net/ndproxy/src/etc/inc/plugins.inc.d/ndproxy.inc index aead8fa56..9ea3e573a 100644 --- a/net/ndproxy/src/etc/inc/plugins.inc.d/ndproxy.inc +++ b/net/ndproxy/src/etc/inc/plugins.inc.d/ndproxy.inc @@ -32,8 +32,10 @@ function ndproxy_services() $services = []; - if (isset($config['OPNsense']['ndproxy']['general']['enabled']) && - $config['OPNsense']['ndproxy']['general']['enabled'] == 1) { + if ( + isset($config['OPNsense']['ndproxy']['general']['enabled']) && + $config['OPNsense']['ndproxy']['general']['enabled'] == 1 + ) { $services[] = [ 'description' => gettext('Ndproxy'), 'configd' => [