Jump to content
Not connected, Your IP: 216.73.217.100

All Activity

This stream auto-updates     

  1. Past hour
  2. Depends on version and os system i think On android 4.0.1 its in the Option: System -> application filter Type -> Whitelist Add the application which should be Whitelisted Restart eddie Android not only the vpn. Regards
  3. Today
  4. Unfortunately, with version 2.26.1, just as with version 2.26.0, the deb package is not compatible with distributions that use sysvinit. The buggy script prerm: #!/bin/sh set -e /usr/lib/eddie-ui/eddie-cli-elevated service=uninstall exit 0 The buggy script postinst: #!/bin/sh set -e /usr/lib/eddie-ui/eddie-cli-elevated service=install exit 0 Please port it to sysvinit, using for the script prerm something like: #!/bin/sh is_systemd_init() { # Try /proc/1/comm first if [ -f /proc/1/comm ] && [ "$(cat /proc/1/comm)" = "systemd" ]; then return 0 fi # Fallback: check /run/systemd/system if [ -d /run/systemd/system ]; then return 0 fi # Fallback: check /sys/fs/cgroup if [ -f /proc/version ] && grep -q "systemd" /proc/version 2>/dev/null; then return 0 fi return 1 } is_systemd_init || exit 0 set -e /usr/lib/eddie-ui/eddie-cli-elevated service=uninstall exit 0 and for the script postinst something like: #!/bin/sh is_systemd_init() { # Try /proc/1/comm first if [ -f /proc/1/comm ] && [ "$(cat /proc/1/comm)" = "systemd" ]; then return 0 fi # Fallback: check /run/systemd/system if [ -d /run/systemd/system ]; then return 0 fi # Fallback: check /sys/fs/cgroup if [ -f /proc/version ] && grep -q "systemd" /proc/version 2>/dev/null; then return 0 fi return 1 } is_systemd_init || exit 0 set -e /usr/lib/eddie-ui/eddie-cli-elevated service=install exit 0 Thanks in advance for the fix.
  5. Yesterday
  6. @moejoe Hello! Configuring DNS blocks through the app is currently not possible, we're sorry, but you can have different profiles by using the option to link specific DNS block settings to each key ("device"). Then you can easily switch between devices to switch DNS blocks, although a re-connection is required for each switch. Kind regards
  7. Hello airvpn team, i have an request. I use the vpn apps very often and on some inet sites or other applicatons i have to balance some dns settings, cause if i use an to much strict one, the service which i want to use doesnt working anymore, so im forced to jumping around these different dns blocking options. So may its possiible to integrate the dns blocking may into the apps ( an redirect to the web settings may will be also good enough) or give the option to create multiple dns profiles, to switch more easily best regards
  8. Eddie-ui 2.26.1 works well now here. thanks
  9. Please test the latest version, and open a ticket. Please report macOS version, package (zip? dmg?), and a logs > lifebelt report link (with the upload report feature). Thanks.
  10. For now, we ask you to ignore that message. It is caused by the fact that the current macOS UI is written in Xamarin, which does not support arm64 compilation. One of our goals is to release a new modern UI, natively compiled for arm64, before this restriction becomes a problem.
  11. Version 2.26.1 (Sat, 04 Jul 2026 17:30:39 +0000) [fix] [linux] Fix nftables netlock ipv4 mangle OUTPUT chain priority typo [change] [linux] Store network lock rule backups in root-only state directory [fix] [all] Fix TOCTOU race [fix] [linux] Sanitize VPN DNS addresses written to /etc/resolv.conf [change] [all] Misc fixes and general cleanup [fix] [linux] Fixed connection on Arch (no SysV service command) [change] [all] Improved security of how the VPN configuration is handled by the privileged helper [fix] [all] Block OpenVPN directives that write files as root
  12. Hello, Is it possible that the internet connection isn't hidden by the VPN, but only a specific program? Regards
  13. Last week
  14. Followup / Final state: Working with tech support we were never able to get the dns to reliably self update. We tried many things and none of them worked consistently. We also established that OpenVpn had some serious performance issues. When I switched to wireguard this cleared up. Per a couple to forum posts and checking a dozen servers, wire guard connections always use the same DNS server IP, which is convenient. The pod boots up using default K3S dns, this is required for the vpn address to resolve. bluetit.rc has ignorednspush set to yes. A script monitors the journal and after the connection completes it re-writes resolv.conf with the correct ip. I created scripts for start/stop functions that also update resolve.conf appropriately. Additional notes: I had to modify the suites install script to work properly and skip a few validation step which weren't possible while the docker image was built. To help make restarts and connect on start up reliable, I had to add a shut down script to trigger vpn disconnect and set K3S roll out strategy to replace so the old pod would be fully shut down before the new comes up as the /etc/airvpn dir is mounted to a host path so all the setting and config could survive reboots. To get wireguard to work properly we had to allow the pod to use /lib/modules from the host.
  15. Hello! Let's investigate it on a new thread. Kind regards
  16. @Staff I attempted to disable my internal nic and connected to a pluggable wifi usb adapter. non-functional Off-topic, but I did have a new bug. The bluetit.service does not function upon reboot. What is even stranger is that I disabled the service and I would manually start the service "systemctl start blueit" but it would still be non-functional. The service becomes operational after restarting the service, but the initial startup of bluetit is inoperable. Later this week, I'lll upload some logs.
  17. Hi I,m john from _ I want to be clear on something before purchasing a plan from Eddie client. I am currently in a country where certain apps and websites are restricted and blocked access which is highly unfair. I want to know if airvpn is the answer to bypassing such restrictions while going undetected by the website/platform/app detection systems. That's all. Here's my email: ghubb365@gmail.com kindly respond with a solution if No.🙌
  18. Hi AirVPN Support / Developers, I’m reaching out regarding a persistent UI bug/calculation anomaly in the Eddie client's server rating system. Currently, the 5-star column on the server list is effectively non-functional for many users, displaying 0 stars (completely empty graphics) across almost the entire network. The breakdown appears to stem directly from the ScorePerc() calculation logic in the client source when using the default Speed scoring rule: The Speed Rule Clip: Under the default Speed rule, the raw Score() heavily weights unscaled server load, user density, and latency metrics. If this raw sum exceeds 420, scoreF crosses 5, hitting the hard stop condition: if (scoreF > 5) part = 0;. The Result: Because modern baseline infrastructure traffic and standard user counts easily push the raw sum past 420 on most healthy, operational servers, the function instantly drops part to 0. This renders the stars_0.png graphic across the board, making a fast, perfectly usable server look completely dead or unrated to the end-user. The Inconsistency: Switching the dropdown to the Latency rule heavily divides the load/user metrics, which drops the raw score back down and suddenly swings the UI the exact opposite way—pinning almost every nearby server to a full 5 stars. Because the Speed rule doesn't scale modern server capacities well, the star column has become misleading rather than helpful, forcing users to ignore it entirely and manually sort by raw ping. Could the scoring formula or the hardcoded upper threshold (scoreF > 5) be reviewed or scaled differently in a future Eddie update so the visual ratings accurately reflect usable bandwidth?
  19. The router sends almost everything in the VPN, except for a few destinations that are sent to the wan interface with Policy Based Routing. I use it only for IPv4 but it may work for IPv6 as well. Why would you want to send your "normal browsing" to your ISP ? Why having a VPN at all ?
  20. Tested it again today. My server was off entirely, so I turned it back on and logged in. Ran the server binary, connected externally (XXXXX port forward), worked just fine for about 10 minutes until I disconnected my client manually. Went to connect again, didn't work. Relaunch the server binary, still doesn't work. I am very confused... I'm contemplating on going full scorched earth with my OpenBSD install but I don't entirely look forward to doing that, considering how much labor I've put into it over the past few years.
  21. I'm in a similar situation. maybe someone listens and makes a danish vpn server soon. would be appreciated thaaanks
  22. Problems here too as for previous version it does not keep "Don't ask elevation every run" the Gui is not able to connect and keep retrying...
  23. Torrent downloads are acting weird. The port is green/open, and port forwarding seems to be correct. But the speed keeps going up and down: it jumps to several megabits, then drops almost to zero, no sids, then looks like reconnecting again to them and they are usually stable ( we know ready to give downloads!) then goes up again. It looks like all seeders disconnect, and then they appear again. What could cause this if the port is open? Depends on country? Starts recently...
  24. Hi guys. I'm going to ask since I haven't heard anything about it in the changelog, do you plan to update Eddie to fully support macOS Silicon? I keep getting the warning in the image attached, I believe Apple will behave as usual and kinda kill whatever is not running on Silicon by the next OS release at the end of this year.
  25. My OpenWrt router is configured to use only IPv4 on its WAN interface (wan6 disabled : my choice, not the OpenWrt defaults). The LAN interface acts as a IPv6 DHCP and has SLAAC enabled. Routing sends everything in the WreGuard interface, IPv4 and IPv6 alike. A windows 11 PC on the LAN running qBittorrent uses both IPv4 and IPv6 local (private) addresses. I gave configuration details with screenshots in this message :
  26. Hey, I had this trouble today and discovered that its the latest version of qBitTorrent (5.2.1). Down grade your qBitTorrent to 5.2.0 and it should fix itself.
  27. I'm running into the same issue and exception on Arch Linux. Downgrading Eddie back fixed it for me as well. I opened a support ticket yesterday, and the staff mentioned they've passed the ticket along to the Eddie developer.
  28. Works on WSL (Ubuntu, need to apt install 'jq' and 'fping', run ' sudo apt update' first) But it gives a list of IP addresses Is there a way to link these back to the server names? Easiest way I have found so far is to search with ipleak.net
  1. Load more activity
×
×
  • Create New...