Restructure start script, extract provider specific scripts and add support for fetching configs from URL
This commit is contained in:
@@ -110,7 +110,7 @@ download_hostname() {
|
||||
|
||||
log "Downloading config: ${ovpnName}"
|
||||
log "Downloading from: ${nordvpn_cdn}"
|
||||
curl ${nordvpn_cdn} -o "${ovpnName}"
|
||||
curl -sSL ${nordvpn_cdn} -o "${ovpnName}"
|
||||
}
|
||||
update_hostname() {
|
||||
log "Checking line endings"
|
||||
|
Reference in New Issue
Block a user