r3nor / mullvad-tailscale

Use Mullvad VPN along with Tailscale and/or Zerotier
GNU General Public License v3.0
162 stars 7 forks source link

Fix EXCLUDE_COUNTRY_CODES regexp (new PR after bad rebase) #9

Closed edgar-vincent closed 2 years ago

edgar-vincent commented 2 years ago

Setting EXCLUDED_COUNTRY_CODES to '(0)' excludes all servers, because all server names contain a 0. This instructs the user to set it to '' instead, in which case it is then set to '^$', in order not to exclude any server names.