Re-implemented the ability to set user favorites.
See the ./mullvad/update_mullvad_relays
file, and edit the following array if desired.
# Example:
# user_fav_locations=("✯ Seattle" "✯ Chicago" "✯ The Big Apple")
# user_fav_codes=("us sea" "us chi" "us nyc")
# Leave blank for no favorites.
user_fav_locations=() # SET THIS! Create an array of names, whatever you choose.
user_fav_codes=() # SET THIS! Put in the matching mullvad relay codes here.