Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The code is distributed along with recent versions of Traffic Server, in the "plugins/experimental/metalink" directory. To build it, pass the "--enable-experimental-plugins" option to the configure script when you build Traffic Server:

Code Block


   $ ./configure --enable-experimental-plugins

When you're done building Traffic Server, add "metalink.so" to your plugin.config file to start using the plugin.

...