bOt

joined 8 months ago
MODERATOR OF
 
The original post: /r/mullvadvpn by /u/h4us on 2024-10-09 13:43:54.

Hey everyone! I put together a small tool to test VPN server latencies for Mullvad. Inspired by the deivshon/mulping project, I wanted to create a simple Windows app that's quick and easy to use. Maybe someone will find it useful.

Link to project

 
The original post: /r/mullvadvpn by /u/Confused8634 on 2024-10-09 13:17:23.

In 1.60.0 of uBlock there is a new settings which is enabled by default: https://github.com/gorhill/uBlock/wiki/Advanced-settings#dnsresolveenabled

Apparently it uses this dns API to resolve hostnames: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/dns/resolve

Does using this API introduce DNS leaks? And which takes precedense, the resolver mullvad uses or dns.resolve()?

 
The original post: /r/mullvadvpn by /u/murdoc1024 on 2024-10-09 12:44:37.
 
The original post: /r/mullvadvpn by /u/Ok_Communication2339 on 2024-10-09 05:58:41.

I can login fine, but when I try to make a post, like a post, retweet, etc, it stops and says "Something went wrong, don't fret"

And then for a split second the url says "not a bot" and then redirects me back to the main feed, no post sent.

Anyone know what's happening?

 
The original post: /r/mullvadvpn by /u/jesusmansuperpowers on 2024-10-09 03:41:32.
 
The original post: /r/mullvadvpn by /u/Muted_Expression_414 on 2024-10-08 16:58:38.

I'm using Mullvad VPN and it works great, but now I'd like to use wireguard to connect to a VPS server to administer it. I know there's tailscale and other options, but is it possible to stay on mullvad vpn and connect to my server using plain wireguard?

 
The original post: /r/mullvadvpn by /u/z_2806 on 2024-10-08 15:37:01.

Hello, i've been using mullvad for a while now and there's a question i'd like ask.. What happens when you delete a device from mullvad[.]net while it is still connected to the vpn. like will the connection to the vpn server be cut. will it be able to use internet properly?

 
The original post: /r/mullvadvpn by /u/-Joe- on 2024-10-08 15:25:36.

Mullvad has split tunnelling, which lets you exclude certain apps from the VPN. All you need to do is add the .exe of the app you want to exclude—easy.

This doesn't work for Discord though. Why might you want to exclude Discord? Personally, I run into connectivity issues, higher ping, etc., so I don’t want Mullvad messing with Discord.

The issue with excluding Discord from the tunnel is that Discord stores its app files (including the .exe) in different folders depending on the version. So, the actual .exe is buried inside these version folders.

To get around this, you’ve got two options:

  1. Manually select the .exe inside the (current) Discord folder. But you’ll need to update Mullvad each time Discord updates, to make sure you’re excluding the correct .exe.
  2. Create a batch file that automatically updates a "symbolic link." A symbolic link is essentially a pointer to an existing file—in this case, the Discord .exe. After Discord updates, the symlink still points to the old version of the .exe, so the batch file updates the link to point to the latest version. Combine this with the Task Scheduler, and you can automatically update the symlink. Here's the process:
    • Write a simple batch file that creates or updates the symbolic link whenever Discord updates.
    • Add the symbolic link (not the actual .exe of Discord) to Mullvad’s exclusion list.
    • Set up Task Scheduler (on Windows) to run the batch file automatically, ensuring the link always points to the latest Discord version.

@echo off
setlocal

REM Path to the Discord folder
set "discordDir=C:\Users[user]\AppData\Local\Discord"

REM Find the latest app version folder
for /d %%i in ("%discordDir%\app-\*") do set "latestVersion=%%i"

REM Define the path to the symbolic link
set "symlink=%discordDir%\Discord\_Latest.exe"

REM Remove the old symbolic link if it exists
if exist "%symlink%" del "%symlink%"

REM Create a new symbolic link to the latest version
mklink "%symlink%" "%latestVersion%\Discord.exe"

echo Discord symbolic link updated to the latest version.

endlocal

A few final notes: I'm no batch expert, so I didn’t write the batch script itself. Nor did I come up with this solution on my own (a lot of heavy lifting by ChatGPT). I'm just sharing this since this is how I solved the problem, and I didn't see many solutions when I was looking for an answer, but I'm not in a position to guide anyone step-by-step. <3

 
The original post: /r/mullvadvpn by /u/RageCA on 2024-10-08 15:02:03.

I'm planning a trip to china next week and really need to use ChatGPT. Will Mullvad work? Or are there any other alternative VPNs for ChatGPT access?

 
The original post: /r/mullvadvpn by /u/peeerfect on 2024-10-08 13:06:34.
 
The original post: /r/mullvadvpn by /u/MullvadNew on 2024-10-08 11:47:22.

8 new USA servers from provider "Tzulo" (Rented - 10 Gbps) hosted in Chicago, IL have been added to the Wireguard list.

 
The original post: /r/mullvadvpn by /u/codercatosaurusrex on 2024-10-08 08:01:54.

I might be noob and asking a stupid question.

So the problem with my college wifi is that it blocks youtube and messaging apps. I cant use my personal mobile data in college because nobodys connection works inside the college building. So i thought i would use the college wifi but with a vpn so that i can bypass the wifi sites blocker by hiding what websites i am visiting.

But when i am connected to college wifi and try to connect Mullvad vpn to another country. It blocks the internet and keeps on loading and loading trying to connect.

What could be the issue and is there a way to fix it? or am i doing something wrong ?

view more: ‹ prev next ›