-
Notifications
You must be signed in to change notification settings - Fork 72
Enable Session Options #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi! Thank you for your report! You didn't miss it, it's just something nobody requested. It should not be so difficult. Within the next few weeks I will hopefully find the time to look into it. Please ping me again if you don't hear from me in, say, 20 days. Thanks! |
@blackthroat Please give it a try: https://github.com/halo/macosvpn/releases/tag/0.3.2 I tested it manually and the integration specs are passing, so if it works fine for you, I'll publish the pre-release as official release. Thank you for your time! |
Just tested it and it worked as expected. Thanks a bunch for the work and the quick turn-around!! |
Thank you for trying it out! I'm glad it works - I obviously spent too much time in that crazy API given how quickly I found out how to implement that feature :D |
* Updated for Xcode 8 Still using Swift 2.3 though * Travis: Use XCode 8 * Sierra compatibility halo#21 I took the chance and converted VPNServiceCreator to Swift * Version bump 0.2.1 -> 0.3.0 halo#21 * Updated changelog halo#21 * bundle update halo#21 * Extracted CFArray enumeration halo#21 * XCode project update halo#21 * PPP keychain items didn't change name, only cisco did Closes halo#23 * Prevented an Xcode warning halo#21 * Unified exit codes in enumerator * Updated Xcode project halo#21 * Added Sierra to README * Trying to cleanup double-XAUTH interpolation halo#23 This appears to work on Sierra now. Reportedly on El Capitan as well * Version bump 0.3.0 -> 0.3.1 * Making bundler on Travis happy * Updated download links on README * Added exit codes to CHANGELOG for 0.3.1 * Ruby on Travis 2.2.4 -> 2.2.5 Some gems depend on it * Xcode automated Swift upgrade * Do not activate code optimization, it will break functionality See halo#13 * Upgraded PrettyColors vendor library halo#30 * Updated CocoaLumberjack halo#30 * Fixed a compiler warning halo#30 * Explicitly unwrap all interpolated optional strings * Updated changelog halo#30 * Added disconnect on switch/logout flags halo#33 * Added disconnect on switch/logout to help halo#33 * How about not breaking code halo#33 * Added specs halo#33 * Version bump 0.3.1 -> 0.3.2 halo#33 * Making rubocop happy halo#33 I know I cheated ;) * Pulled upstream DDOSLogger halo#35 * Updated Xcode 8.3 -> 9.0 * Fixed compiler warnings Simply by updating the upstream classes * Version bump 0.3.2 -> 0.3.3 * Travis tests Xcode 8+9 * Added changelog for 0.3.3 * Clarified macOS version requirement in README [skip ci] * CI: Try only xcode 9 * Added delete subcommand halo#36 * Bundle update Github noted a security vulnerability in rubocop: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8418 * Target ruby 2.4 in tests * Rubocop --auto-correct * Relax ruby version in Gemfile for Travis * Use default Travis ruby version * Rubocop happiness * Compare same datatypes only halo#37 This breaks on compiling on El Capitan * Travis runs Xcode 8 as well halo#37
Not sure if I missed this somewhere or if this would be considered a feature request, but is it possible to enable both Disconnect options when creating the VPN configuration?
The text was updated successfully, but these errors were encountered: