Jump to content
Not connected, Your IP: 216.73.217.100

All Activity

This stream auto-updates     

  1. Past hour
  2. Today
  3. The community is not going to answer you by mail, simple as that. If you registered your account with that mail, this message will trigger a notification, so consider yourself replied to Anyhow, some countries like Russia, Iran and China will need specific configurations; have a look at AmneziaWG. For less severe cases, simply try a connection with default settings and gradually change them if it doesn't work: Wireguard -> OpenVPN OpenVPN UDP port 443 -> other UDP ports UDP -> TCP, first port 443, then maybe others, but TCP/443 should never be blocked in a network TCP -> OpenVPN over SSL or SSH, ports 443 or 22 Well, you don't need to purchase it right away. You can nicely ask support for a three-day trial to see if AirVPN is a good fit for you.
  4. Related:Also all the links inside, though the analysis I made is now 5 years old
  5. Hello airvpn team, Some lists has the same entries as some other ones, may it will makes more sense to sort out duplicates first before publish filter lists. Regards
  6. Oh, ok i thought its from the app perspective like an dns blocking list. and not from an security perspective. It was a little bit confusing for me Thnx for clarify this Regards
  7. Confirmed, will be fixed in 2.26.2 (with test on Devuan). I think to avoid changes on current postinst/prerm, "eddie-cli-elevated service=install" will return 0 it that case and avoid the break. Thanks
  8. Hello! Black list enabled: all traffic inside the VPN tunnel except the traffic of the black listed applications which goes outside the tunnel. White list enabled: all traffic outside the VPN tunnel except the traffic of the white listed applications which goes inside the tunnel. When you define a whitelist with a single app for per-app traffic splitting purposes, only that app traffic will be tunneled. The system process traffic will not be tunneled, and any other non-white listed app traffic will not be tunneled. So the behavior you observe seems just fine, but please feel free to elaborate if we misunderstood. Kind regards
  9. Device : Xiaomi redmi6 pad Connection: Wireguard udp System: Xiaomi hyper os 2.0.16.0 based on Android 14 Excluded APP: DISNEY+ AirVPN Version: Eddie Android version: 4.0.1 Hello folks, I tried on my system the option Whitelist an specific app from the vpn. But it seems not working. The airvpn dns leaktest shows still my provider id. The normal mode without an exclusion works flawless. Regards
  10. Depends on version and os system i think On android 4.0.1 its in the Option: System -> application filter Type -> Blacklist Add the application which should be Blacklisted Restart eddie Android not only the vpn. Edit: sorry i made an mistake u have to set blacklist not whitelist. Regards
  11. 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.
  12. Yesterday
  13. @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
  14. 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
  15. Eddie-ui 2.26.1 works well now here. thanks
  16. 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.
  17. 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.
  18. 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
  19. Hello, Is it possible that the internet connection isn't hidden by the VPN, but only a specific program? Regards
  20. Last week
  21. 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.
  22. Hello! Let's investigate it on a new thread. Kind regards
  23. @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.
  24. 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.🙌
  25. 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?
  26. 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 ?
  27. 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.
  28. I'm in a similar situation. maybe someone listens and makes a danish vpn server soon. would be appreciated thaaanks
  1. Load more activity
×
×
  • Create New...