Mullvad VPN: Difference between revisions
m Category:VPN added |
m Warning banner grammar edits, add title of forum post to masked link |
||
| (One intermediate revision by one other user not shown) | |||
| Line 5: | Line 5: | ||
To install Mullvad VPN, you need to enable it in your system options: | To install Mullvad VPN, you need to enable it in your system options: | ||
{{warning|1=Mullvad VPN currently only works if [[systemd-resolved]] is | {{warning|1=Mullvad VPN currently only works if [[systemd-resolved]] is enabled. More info is available at [https://discourse.nixos.org/t/connected-to-mullvadvpn-but-no-internet-connection/35803/8?u=lion Connected to Mullvadvpn but no internet connection]. When the issue is fixed, please remove this warning banner.}} | ||
{{file|configuration.nix|nix|<nowiki> | {{file|configuration.nix|nix|<nowiki> | ||
| Line 126: | Line 126: | ||
"ua" | "ua" | ||
]; | ]; | ||
africa = [ "za" ]; | africa = [ | ||
"ng" | |||
"za" | |||
]; | |||
asia = [ | asia = [ | ||
"hk" | "hk" | ||
| Line 132: | Line 135: | ||
"il" | "il" | ||
"jp" | "jp" | ||
"my" | |||
"ph" | |||
"sg" | "sg" | ||
"th" | "th" | ||