Browse Source

Update README.md

P3TERX 1 year ago
parent
commit
c4ef402c55
3 changed files with 12 additions and 8 deletions
  1. 1 1
      LICENSE
  2. 8 4
      README.md
  3. 3 3
      warp.sh

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2021-2022 P3TERX <https://p3terx.com>
+Copyright (c) 2021-2024 P3TERX <https://p3terx.com>
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal

+ 8 - 4
README.md

@@ -9,14 +9,18 @@ A Bash script that automatically installs and configures CloudFlare WARP in Linu
 - Automatically install CloudFlare WARP Official Linux Client
 - Quickly enable WARP Proxy Mode, access WARP network with SOCKS5
 - Automatically install WireGuard related components
-- Configuration WARP IPv4 Network interface (with WireGuard)
-- Configuration WARP IPv6 Network interface (with WireGuard)
-- Configuration WARP Dual Stack Network interface (with WireGuard)
+- Configuration WARP IPv4 Network interface (WireGuard Mode)
+- Configuration WARP IPv6 Network interface (WireGuard Mode)
+- Configuration WARP Dual Stack Network interface (WireGuard Mode)
 - ...
 
 ## Requirements
 
-*These are the requirements for WireGuard, see the [official page](https://pkg.cloudflareclient.com/packages/cloudflare-warp) for the CloudFlare WARP client requirements.*
+### WARP Official Linux Client
+
+Official WARP client support is currently limited to x86_64 platforms, see OS Support for details: https://pkg.cloudflareclient.com
+
+### WARP WireGuard Network Mode
 
 Supported distributions:
 

+ 3 - 3
warp.sh

@@ -3,11 +3,11 @@
 # https://github.com/P3TERX/warp.sh
 # Description: Cloudflare WARP Installer
 # System Required: Debian, Ubuntu, Fedora, CentOS, Oracle Linux, Arch Linux
-# Version: beta39
+# Version: 1.0.40_Final
 #
 # MIT License
 #
-# Copyright (c) 2021-2022 P3TERX <https://p3terx.com>
+# Copyright (c) 2021-2024 P3TERX <https://p3terx.com>
 #
 # Permission is hereby granted, free of charge, to any person obtaining a copy
 # of this software and associated documentation files (the "Software"), to deal
@@ -28,7 +28,7 @@
 # SOFTWARE.
 #
 
-shVersion='beta39'
+shVersion='1.0.40_Final'
 
 FontColor_Red="\033[31m"
 FontColor_Red_Bold="\033[1;31m"