Guest Posted ... Hi, very problematic for me, because my kids use the computer. If they click on "cancel", VPN doesn't starts ! Is there a workaround to bypass the login/password window when Eddie starts (Mac osx Mojave) ? Thank you Quote Share this post Link to post
Guest Posted ... Hi, If you use default Eddie client then make a file com.autorun.eddie.plist in: /Library/LaunchDaemons with content: <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>UserName</key> <string>root</string> <key>Label</key> <string>com.autorun.eddie</string> <key>Program</key> <string>/Applications/Eddie.app/Contents/MacOS/Eddie</string> <key>RunAtLoad</key> <true/> <key>KeepAlive</key> <true/> </dict> </plist> Then copy your .airvpn folder from home directory using sudo cp -r ~/.airvpn / After restarting your computer Eddie will autostart. In Eddie preferences you'll need to check Connect at startup. More about this here http://www.launchd.info 1 algebraist reacted to this Quote Share this post Link to post
Guest Posted ... On 3/21/2019 at 9:03 AM, free2net2 said: thanks, is it secure manipulation ? no risks ? Yes, no risks. Quote Share this post Link to post
LZ1 672 Posted ... On 3/21/2019 at 9:03 AM, free2net2 said: thanks, is it secure manipulation ? no risks ? Hello! As much risk as there is, willfully bypassing a security measure Quote Hide LZ1's signature Hide all signatures Hi there, are you new to AirVPN? Many of your questions are already answered in this guide. You may also read the Eddie Android FAQ. Moderators do not speak on behalf of AirVPN. Only the Official Staff account does. Please also do not run Tor Exit Servers behind AirVPN, thank you. Did you make a guide or how-to for something? Then contact me to get it listed in my new user guide's Guides Section, so that the community can find it more easily. Share this post Link to post
algebraist 2 Posted ... Basically the LaunchDaemon trick is to run the Eddie process as root user. The username and password prompt is to allow temporary privilege escalation to run parts of Eddie as the root user. While you can bypass this, you should NOT. Quote Share this post Link to post