Update tests
This commit is contained in:
parent
b2626dc921
commit
b48021c5e6
12
.github/workflows/check_urls.yml
vendored
12
.github/workflows/check_urls.yml
vendored
@ -32,6 +32,7 @@ jobs:
|
|||||||
|
|
||||||
wg="wget -t 3 -T 30 -nv -O"
|
wg="wget -t 3 -T 30 -nv -O"
|
||||||
gh="https://github.com/hwdsl2/setup-ipsec-vpn/raw/master"
|
gh="https://github.com/hwdsl2/setup-ipsec-vpn/raw/master"
|
||||||
|
gl="https://gitlab.com/hwdsl2/setup-ipsec-vpn/-/raw/master"
|
||||||
gi="https://git.io"
|
gi="https://git.io"
|
||||||
|
|
||||||
$wg vpnsetup.sh "$gi/vpnsetup"
|
$wg vpnsetup.sh "$gi/vpnsetup"
|
||||||
@ -50,6 +51,7 @@ jobs:
|
|||||||
$wg vpnuninstall.sh "$gi/vpnuninstall"
|
$wg vpnuninstall.sh "$gi/vpnuninstall"
|
||||||
|
|
||||||
$wg vpnsetup2.sh "$gh/vpnsetup.sh"
|
$wg vpnsetup2.sh "$gh/vpnsetup.sh"
|
||||||
|
$wg vpnsetup3.sh "$gl/vpnsetup.sh"
|
||||||
$wg vpnsetup_centos2.sh "$gh/vpnsetup_centos.sh"
|
$wg vpnsetup_centos2.sh "$gh/vpnsetup_centos.sh"
|
||||||
$wg vpnsetup_amzn2.sh "$gh/vpnsetup_amzn.sh"
|
$wg vpnsetup_amzn2.sh "$gh/vpnsetup_amzn.sh"
|
||||||
$wg vpnsetup_ubuntu2.sh "$gh/vpnsetup_ubuntu.sh"
|
$wg vpnsetup_ubuntu2.sh "$gh/vpnsetup_ubuntu.sh"
|
||||||
@ -79,6 +81,7 @@ jobs:
|
|||||||
diff vpnuninstall.sh ../extras/vpnuninstall.sh
|
diff vpnuninstall.sh ../extras/vpnuninstall.sh
|
||||||
|
|
||||||
diff vpnsetup2.sh ../vpnsetup.sh
|
diff vpnsetup2.sh ../vpnsetup.sh
|
||||||
|
diff vpnsetup3.sh ../vpnsetup.sh
|
||||||
diff vpnsetup_centos2.sh ../vpnsetup_centos.sh
|
diff vpnsetup_centos2.sh ../vpnsetup_centos.sh
|
||||||
diff vpnsetup_amzn2.sh ../vpnsetup_amzn.sh
|
diff vpnsetup_amzn2.sh ../vpnsetup_amzn.sh
|
||||||
diff vpnsetup_ubuntu2.sh ../vpnsetup_ubuntu.sh
|
diff vpnsetup_ubuntu2.sh ../vpnsetup_ubuntu.sh
|
||||||
@ -103,7 +106,8 @@ jobs:
|
|||||||
$wg 3.deb "$url2/$deb3"
|
$wg 3.deb "$url2/$deb3"
|
||||||
|
|
||||||
bl="https://bit.ly"
|
bl="https://bit.ly"
|
||||||
curl -fsSI "$bl/addvpnuser" | grep -q 'add_vpn_user.sh'
|
curl -fsSI "$bl/addvpnuser" | grep -q 'add_vpn_user.sh'
|
||||||
curl -fsSI "$bl/delvpnuser" | grep -q 'del_vpn_user.sh'
|
curl -fsSI "$bl/delvpnuser" | grep -q 'del_vpn_user.sh'
|
||||||
curl -fsSI "$bl/updatevpnusers" | grep -q 'update_vpn_users.sh'
|
curl -fsSI "$bl/updatevpnusers" | grep -q 'update_vpn_users.sh'
|
||||||
curl -fsSI "$bl/ikev2onlymode" | grep -q 'ikev2onlymode.sh'
|
curl -fsSI "$bl/ikev2onlymode" | grep -q 'ikev2onlymode.sh'
|
||||||
|
curl -fsSI "$bl/ikev2changeaddr" | grep -q 'ikev2changeaddr.sh'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user