Leaderboard
Popular Content
Showing content with the highest reputation on 09/04/24 in all areas
-
1 pointHello! Eddie Android edition is a fully integrated with AirVPN, free and open source WireGuard and OpenVPN GUI client. It is based on official WireGuard library and latest OpenVPN3-AirVPN library (free and open source software library by AirVPN), allowing comfortable connections to both OpenVPN and WireGuard servers. All Android versions from 5.1 to 14 are supported. We're very glad to inform you that Eddie Android edition 3.1.0 is now available, featuring a complete update of all libraries, enhanced TV support, a new quick setting panel tile, revamped VPN profile generation, connection control buttons on notification, specific Android 14 support, GPS spoofing (default: off) and much more. Special notes on the new GPS spoofing feature: if enabled, the location of the device will be set to a fake GPS position upon a successful VPN connection. When connecting to an AirVPN server, the location will be set to the country where the VPN server is located, through predefined coordinates. If the device connects to a non-AirVPN server, random country coordinates will be selected. To test and use this new feature, please set Eddie as the "mock location app" for your device in the developer settings page (only one app at a time can be the mock provider). Once enabled, you can also set the GPS spoofing refresh interval between 10, 5, 3, 1, 0.5 and 0.25 seconds (default: 1 second). The options are available in the Settings > System view. Please report at your convenience any bug and problem in this thread. If possible generate a report from the app: by tapping the paper plane icon on the Log view bar rightmost side you will generate a full system report which will include both log and logcat and have it sent to our servers. Then you just need to send us the link the app shows you (open a ticket if you prefer to do it in private). Please remember that, starting from Android TV 10, Always On VPN feature has been stripped off in order to prevent users from connecting to a VPN during an Android TV based system bootstrap. Therefore Eddie start & connection at bootstrap, as well as system built in leaks prevention, are not possible on Android TV 10 and higher versions. For leaks prevention you can rely on Eddie's "VPN Lock" feature. Android TV 9 and older versions can still start Eddie during the bootstrap and have it connected when you activate Always on VPN and configure Eddie accordingly. Eddie 3.1.0 new features list Eddie Android 3.1.0 (VC 32) Added support to Android 14 Updated to OpenSSL 3.3.1 Updated to the latest OpenVPN3-AirVPN library fork Updated to WireGuard 2e0774f Updated to the latest AirVPN Suite specifications and functions Added quick setting panel tile for quick connection and disconnection Optional GPS Spoofing (requires system's developer options to be enabled) Improved VPN profiles generation Mass import of OpenVPN and/or WireGuard profiles Auto AirVPN user login at startup Server score sort in AirVPN Server tab Show and log connection statistics at disconnection Added permission checking at startup according to user's settings Added optional "quick tap" connection to AirVPN server tab WireGuard handshaking timeout manager can be enabled or disabled by user Added connection control buttons to notification Improved Android TV D-Pad navigation, notably left and right arrow for opening and closing the menu drawer Added Manifest's [AirVPN document served by bootstrap servers to provide clients with several pieces of information] preset connection modes. Select them in the Preferences > AirVPN view. Revised connection dialog management Several bug fixes (special thanks to community testers) Download link https://eddie.website/repository/Android/3.1.0-VC32/EddieAndroid-3.1.0-VC32.apk SHA-256 checksum d33c99e9eb300e40bf21c44bd654d1f79671fa8e7660aefe80f72f0ecd2d38a4 *EddieAndroid-3.1.0-VC32.apk How to sideload Eddie Android edition on Android TV and FireOS devices https://airvpn.org/android/eddie/apk/tv Kind regards & datalove AirVPN Staff
-
1 pointWhen I force close the app. Then connect from the quick settings tile without opening the app first. It doesn't connect to my preferred country. If I disconnect and then reconnect a 2nd time it works and connects to the correct country. I've emailed support with the relevant logs.
-
1 pointHello, this week the japan OpenVPN configuration is showing as Netherland. I haven't change anything and always use the same configuration (for months). I tried to re-generate the configuration but everything website (AirVPN too) is detecting me as in the Netherland instead of Japan. Here's the beginning of the configuration file: # -------------------------------------------------------- # Air VPN | https://airvpn.org | Monday 2nd of September 2024 [...] # OpenVPN Client Configuration # AirVPN_Japan_UDP-443-Entry3 # -------------------------------------------------------- client dev tun remote jp3.vpn.airdns.org 443 [...]
-
1 point
VPN servers mostly blocked by Reddit
cyanocorax reacted to BishopRed for a post in a topic
They have updated their blocking it seems. The original post now has a comment that works with the latest version of uBlock: -
1 point
VPN servers mostly blocked by Reddit
jazz adams reacted to Mordo for a post in a topic
Looks like the old.reddit method doesn't work anymore but found a great solution if you're a ublock origin or adguard user. copy/paste of reddit comment so blocked users can see it. Go to your uBlock Origin / AdGuard filter settings page and add this custom filter (in uBlock Origin it's under the "My filters" tab): reddit.com#%#//scriptlet('set-cookie-reload', 'reddit_session', '0') This will automatically create the reddit_session cookie as described in the post above. You have to make sure that you are using the latest uBlock Origin or AdGuard extension, because the cookie filter syntax has only been added recently to uBlock Origin. (The above filter only works with uBO version 1.53.0 or higher) Here are some more techy details about the cookie filter: It will create a session cookie, which will only last until the browser is closed. (This is good because see 2. and 3.) You will not be able to log-in to reddit while the cookie is set. (Also applies to manual method in the original post) If you want to log-in to reddit, you will have to remove or comment out the custom filter, then close and re-open your browser. Doing this will clear the session cookie and prevent your adblocker from automatically creating the fake session cookie again. You can comment out custom filters by prefixing them with an exclamation mark, e. g.: !reddit.com#%#//scriptlet('set-cookie-reload', 'reddit_session', '0') The cookie value is set to '0', this is a limitation of the new cookie filter syntax. Can't make it empty as of now unfortunately. It works fine with the value set to '0' though. reddit comment -
1 point
VPN servers mostly blocked by Reddit
jazz adams reacted to Zerolight for a post in a topic
Threw this together for anyone running userscript with greasemonkey or tampermonkey (tested on chrome only) Change the "EnterValueHere" to something else (once loaded reddit will show block message but refresh again and it will load) // ==UserScript== // @name Create Cookie Userscript for reddit // @version 1.0 // @description Creates a cookie when the page is loaded // @match *://www.reddit.com/* // @grant none // ==/UserScript== (function() { 'use strict'; // Function to create a cookie function createCookie(name, value, days) { var expires = ""; if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); expires = "; expires=" + date.toGMTString(); } document.cookie = name + "=" + value + expires + "; path=/"; } // Call the createCookie function with your desired cookie name, value, and expiration in days createCookie("reddit_session", "EnterValueHere", 7); // Example: expires in 7 days })(); -
0 pointsHello! We have been informed of the ETR for serious problems in intra-Asia and Europe to Asia connectivity to Japan and Singapore, ranging from 2024-09-04 to 2024-09-23 (!). Kind regards