mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
8 lines
349 B
Plaintext
8 lines
349 B
Plaintext
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
|