diff --git a/controllers/ngrok_controller.py b/controllers/ngrok_controller.py index 678c81b..4c616a7 100644 --- a/controllers/ngrok_controller.py +++ b/controllers/ngrok_controller.py @@ -26,4 +26,7 @@ class NgrokController: def activate_config_path(self): - self._config.PyngrokConfig(config_path=self._config_path) \ No newline at end of file + self._config.PyngrokConfig(config_path=self._config_path) + + def establish_connection(self, port='80'): + self._model.connect(port=port, name='HiddenEye Connection', pyngrok_config=self._config_path) \ No newline at end of file