Close shuts down this wireguard instance, remove any routes it added, etc. To bring it up again later, you'll need a new Engine.
()
| 109 | // it added, etc. To bring it up again later, you'll need a |
| 110 | // new Engine. |
| 111 | Close() |
| 112 | |
| 113 | // Done returns a channel that is closed when the Engine's |
| 114 | // Close method is called, the engine aborts with an error, |
no outgoing calls