Not using docker-compose to check VPN ip
This commit is contained in:
parent
1793a5c441
commit
c2920f6ba2
2
yams
2
yams
@ -52,7 +52,7 @@ fi
|
|||||||
|
|
||||||
if [ $option == "check-vpn" ]; then
|
if [ $option == "check-vpn" ]; then
|
||||||
echo "Getting your qBittorrent IP..."
|
echo "Getting your qBittorrent IP..."
|
||||||
qbittorrent_ip=$($dc exec qbittorrent sh -c "curl -s ifconfig.me");
|
qbittorrent_ip=$(docker exec qbittorrent sh -c "curl -s ifconfig.me");
|
||||||
echo "$qbittorrent_ip"
|
echo "$qbittorrent_ip"
|
||||||
echo "Your country in qBittorrent is $($dc exec -it qbittorrent sh -c 'curl -s https://am.i.mullvad.net/country')"
|
echo "Your country in qBittorrent is $($dc exec -it qbittorrent sh -c 'curl -s https://am.i.mullvad.net/country')"
|
||||||
echo
|
echo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user