hashicorp / go-plugin

Golang plugin system over RPC.
Mozilla Public License 2.0
5.25k stars 450 forks source link

ServeConfig supports a manual listener #140

Closed mitchellh closed 4 years ago

mitchellh commented 4 years ago

This lets the plugin more carefully control the address it wants to listen on. This is an advanced use case and not typically necessary. However, it has its uses if you want to force a plugin to serve on a specific network.

mitchellh commented 4 years ago

Done!