seashell / drago

☁️ Securely connect anything with WireGuard® and manage all your networks from a single place.

Home Page:https://seashell.github.io/drago

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add --dev flag to agent command

edufschmidt opened this issue · comments

Is your feature request related to a problem? Please describe.
I'd like to be able to run the agent in dev mode, i.e., running both the Drago server and the client.

Describe the solution you'd like
I'd like a flag to be added to the drago agent command (--dev), which causes both the server and the client to be launched with default configurations so that the server runs on localhost, and the client is able to connect to it. No authentication should be enforced, as this is primarily meant for developing and testing.

Implemented in #45