https://github.com/maxlaverse/keepmeconnected
Always stay connected on your Watchguard Portal.
https://github.com/maxlaverse/keepmeconnected
swift4 watchguard
Last synced: 12 months ago
JSON representation
Always stay connected on your Watchguard Portal.
- Host: GitHub
- URL: https://github.com/maxlaverse/keepmeconnected
- Owner: maxlaverse
- License: mit
- Created: 2018-12-04T18:49:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T08:02:10.000Z (over 6 years ago)
- Last Synced: 2025-05-25T08:03:12.843Z (about 1 year ago)
- Topics: swift4, watchguard
- Language: Swift
- Homepage:
- Size: 75.2 KB
- Stars: 25
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## KeepMeConnected
Always stay connected on the Watchguard Authentication Portal of your company.
KeepMeConnected polls your status on the Watchguard Authentication Portal periodically and re-authenticates if you're logged out.
It also detects when your connectivity changes to avoid being unauthenticated for too long when switching from Ethernet to Wifi.
Your password is stored in the MacOS Keychain and the icon in the status bar allows you to keep an eye on your authentication status.
## Installation
Compile the application yourself
Or:
* download the binary on the [release page](https://github.com/maxlaverse/KeepMeConnected/releases)
* move it into your application folder, right click on the icon and then click on `Open`
* acknowledge the security warning displayed because the application is distributed outside the AppStore
## Starting the application automatically
Please follow the [instruction from Apple](https://support.apple.com/kb/PH25590?locale=en_GB) to have `KeepMeConnected` started
automatically when you open your session.
## Debugging
Use the `Console` (`Applications > Utilities > Console`) and filter by process (`KeepMeConnected`) to get more information about
what the application is doing.
## Disclaimer
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.