mirror of
https://github.com/mahdibland/V2RayAggregator.git
synced 2026-06-03 21:01:49 +08:00
Update ip_test.sh
This commit is contained in:
parent
699700fffe
commit
55eb34bcb2
@ -1,4 +1,5 @@
|
||||
sudo curl api.ipify.org
|
||||
sudo curl -i api.ipify.org
|
||||
sudo ip address
|
||||
# Clash
|
||||
wget -O clash.gz https://github.com/Dreamacro/clash/releases/download/v1.11.8/clash-linux-amd64-v1.11.8.gz
|
||||
gunzip clash.gz
|
||||
@ -15,5 +16,6 @@ mv -f proxychains.conf ../../../../../../etc/proxychains.conf
|
||||
#开始运行 Clash
|
||||
sudo pkill -f clash
|
||||
./clash -f clash_config.yml &
|
||||
curl api.ipify.org
|
||||
sudo proxychains curl api.ipify.org
|
||||
sudo curl -i api.ipify.org
|
||||
sudo proxychains curl -i api.ipify.org
|
||||
sudo ip address
|
||||
|
||||
Loading…
Reference in New Issue
Block a user