To load plugins, follow the steps below.
-
Make sure that your plugin source code contains an
TSPluginInitinitialization function. -
Compile your plugin source code, creating a shared library.
-
Add an entry to the
plugin.configfile for your plugin. -
Add the path to your plugin shared library to the
records.configfile. -
Restart Traffic Server.
For detailed information about each step above, refer to A Simple Plugin.

