haugene / vpn-configs-contrib

A collection of configs for various VPN providers
GNU General Public License v3.0
184 stars 749 forks source link

Update ZoogVPN files #300

Closed Mathieu-Coupe closed 2 months ago

Mathieu-Coupe commented 3 months ago

Breaking change

In the configuration zip from ZoogVPN web site, the files are named like `AR - Buenos Aires (TCP).ovpn`,
which make it difficult to choose the profile when running docker image.
So I added a small shell script to rename to files using the `remote` and `proto` parameters inside the file itself.

Since the last update, a lot of servers now uses remote as `*.webunlim.com`, which lead to renaming a almost all profiles.

I can update the script to use the old name for the profile name (so `il1.webunlim.com.udp.ovpn` will stay as `il1.zoogvpn.com.udp.ovpn`) if needed.

Proposed change

New configuration files for ZoogVPN

Type of change

Additional information

Checklist

If user exposed functionality or configuration variables are added/changed:

chrisjust commented 2 months ago

I think some of the servers have changed since - for instance the fr1 seems to be fr2.webunlim.com now

pkishino commented 2 months ago

I’ll merge for now and if it needs an update please push new

Mathieu-Coupe commented 2 months ago

thx for the merge, i'll do another update in the next days