mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-26 00:27:51 -04:00
7 lines
349 B
Text
7 lines
349 B
Text
The goal of the "Hello world" plugin is to showcase the capabilities
|
|
of the OPNsense plugin framework. It will control a program on the
|
|
system named "testConnection.py". It will send an email using plain
|
|
SMTP and will respond with a JSON message about the result of the
|
|
attempt.
|
|
|
|
WWW: https://docs.opnsense.org/development/examples/helloworld.html
|