Register new extenders
go work use extenders/new_listener_extender
go work use extenders/new_agent_extender
go work use extenders/new_service_extendergo work syncmake extendersLast updated
Templates for developing your own Extenders agents and listeners are located in THIS repository. Since Extenders uses goplugin technology, the core framework package versions and all extenders must be the same. Go Workspace technology is used to easily manage large numbers of extenders.
All actions are performed in the AdaptixServer directory.
Move your extenders in the AdaptixServer/extenders directory and add them to the workspace.
go work use extenders/new_listener_extender
go work use extenders/new_agent_extender
go work use extenders/new_service_extenderSync Go Workspace
go work syncBuild the extenders and specify the path to the config.yaml in the server profile.
make extendersLast updated