Hello World
A minimal MVC plugin demonstrating the OPNsense plugin framework. Provides a settings page with an enabled toggle and a configurable greeting message.
- Package:
os-hello_world- Navigation:
Settings
Setting |
Description |
Default |
|---|---|---|
Enabled |
Enable the Hello World plugin. |
Off |
Greeting Message |
A greeting message to display (1–255 characters). |
|
API Endpoints
The plugin exposes a standard OPNsense model API under /api/helloworld/general/:
Method |
Endpoint |
Description |
|---|---|---|
GET |
|
Retrieve current settings |
POST |
|
Update settings |