Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/uoosef/wireguard-go
Browse files Browse the repository at this point in the history
  • Loading branch information
uoosef committed Feb 9, 2024
2 parents 6ffdfb0 + dec2446 commit 9033b69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,14 @@ bash <(curl -fsSL https://raw.githubusercontent.com/Ptechgithub/wireguard-go/mas
![1](https://github.com/Ptechgithub/configs/blob/main/media/18.jpg?raw=true)

- بعد از نصب برای اجرای مجدد فقط کافیه که `warp` یا `usef` یا `./warp` را وارد کنید .
- روی برخی از مدل های قدیمی تر روش دوم یعنی arm 64 را انتخاب کنید.
- اگر با 1 نصب نشد و خطا گرفتید عدد 2 رو انتخاب کنید یعنی Arm.
- برای نمایش راهنما ` warp -h` را وارد کنید.
- ای پی و پورت `127.0.0.1:8086`پروتکل socks
- در روش warp به warp plus مقدار account id را وارد میکنید و با این کار هر 20 ثانیه 1 GB به اکانت شما اضافه میشود.
- برای تغییر لوکیشن با استفاده از سایفون برای مثال به USA از دستور زیر استفاده کنید:
- `warp -cfon -country US`

- برای اسکن ای پی سالم وارپ از دستور `warp -scan` استفاده کنید.
- برای ترکیب (chain) دو کانفیگ برای تغییر لوکیشن از دستور `warp -gool` استفاده کنید.

## Contributing

Expand Down
14 changes: 7 additions & 7 deletions termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ install() {
pacman -Syu openssh = apt update; apt full-upgrade -y; apt install -y openssh
check_dependencies

if wget https://github.com/bepass-org/wireguard-go/releases/download/v0.0.6-alpha/warp-android-arm64.ed853c.zip &&
unzip warp-android-arm64.ed853c.zip&&
if wget https://github.com/bepass-org/wireguard-go/releases/download/v0.0.16-alpha/warp-android-arm64.d950e9.zip &&
unzip warp-android-arm64.d950e9.zip &&
chmod +x warp &&
cp warp "$PREFIX/bin/usef" &&
cp warp "$PREFIX/bin/warp"; then
rm "README.md" "LICENSE" "warp-android-arm64.ed853c.zip"
rm "README.md" "LICENSE" "warp-android-arm64.d950e9.zip"
echo "================================================"
echo -e "${green}Warp installed successfully.${rest}"
socks
Expand Down Expand Up @@ -104,14 +104,14 @@ install_arm() {
*) echo -e "${red}Unsupported architecture.${rest}"; return ;;
esac

WARP_URL="https://github.com/bepass-org/wireguard-go/releases/download/v0.0.6-alpha/warp-linux-$ARCH.ed853c.zip"
WARP_URL="https://github.com/bepass-org/wireguard-go/releases/download/v0.0.16-alpha/warp-linux-$ARCH.d950e9.zip"

if wget "$WARP_URL" &&
unzip "warp-linux-$ARCH.ed853c.zip" &&
unzip "warp-linux-$ARCH.d950e9.zip" &&
chmod +x warp &&
cp warp "$PREFIX/bin/usef" &&
cp warp "$PREFIX/bin/warp"; then
rm "README.md" "LICENSE" "warp-linux-$ARCH.ed853c.zip"
rm "README.md" "LICENSE" "warp-linux-$ARCH.d950e9.zip"
echo "================================================"
echo -e "${green}Warp installed successfully.${rest}"
socks
Expand Down Expand Up @@ -141,7 +141,7 @@ uninstall() {
directory="/data/data/com.termux/files/home/wireguard-go"
home="/data/data/com.termux/files/home"
if [ -f "$warp" ]; then
rm -rf "$directory" "$PREFIX/bin/usef" "wa.py" "$PREFIX/bin/warp" "$home/wgcf-profile.ini" "$home/warp" "$home/wgcf-identity.json" > /dev/null 2>&1
rm -rf "$directory" "$PREFIX/bin/usef" "wa.py" "$PREFIX/bin/warp" "$home/wgcf-profile.ini" "$home/warp" "$home/stuff" "$home/wgcf-identity.json" > /dev/null 2>&1
echo -e "${red}Uninstallation completed.${rest}"
else
echo -e "${yellow} ____________________________________${rest}"
Expand Down

0 comments on commit 9033b69

Please sign in to comment.