-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARP scanner not working as expected #120
Comments
@KatanaO how can i find a working ip:port for my ISP? |
They are results of Warp-ip-scanners or The others (shared by people on tg channels, X , etc.). i used 2-3 of them in wg connection from 1-2 years ago till now. my new scan results (with warp-ip-scanner) dont work, and i'm confused a little about why and how one ip:port works or not on different ISPs. by the way i got the working ip:port by accident :( |
The interesting thing about that is that the WARP scanner built inside of this project is working fine! It is able to successfully handshake with WARP IPs, but then the wireguard code fails to handshake! So either I need to improve the scanner to be the same as the wireguard code, or improve the wireguard code to be more like the scanner. 😆 |
The reason for these errors is that the scanner has a very serious problem and cannot detect the correct IP and port, finally it can detect the correct IP once out of every 10 scans and the proxy mode is activated. To solve this problem, I scan the IP and port with Peyman's scanner and manually add them like this. ./warp-plus -e ip:port
|
Version number
1.2.1
and also older ones
I just find internal scanner doesnt work properly, then i add --endpoint [a working ip:port that i had before and its working on my ISP-mkh] in command and everything is OK. i try other flag and command [-4 , --rtt , ...] in auto scan line but they made no change in result.
Auto-scan for endpoint needs to be improved.
And also in 1.2.1 version after run in gool or cfon mode "stuff' and "ca.psiphon.PsiphonTunnel.tunnel-core' sub-folders are not created, while they were made in 1.1.3 version
The text was updated successfully, but these errors were encountered: