๐™๐™ž๐™ง๐™š๐™ฌ๐™–๐™ก๐™ก๐™๐™–๐™ก๐™˜๐™ค๐™ฃ
3.8K subscribers
69 photos
1 video
16 files
129 links
Download Telegram
๐Ÿšจ Connection Tip

Having trouble connecting with SSH WS / VLESS WebSocket (WS)? ๐Ÿ˜•

Thatโ€™s normal โ€” some networks block WebSocket traffic because it uses an HTTP/1.1 โ€œUpgradeโ€ header, which is easy for firewalls to detect and drop. ๐Ÿšซ

๐Ÿ’ก Solution:
Switch to VLESS gRPC โ€” it runs over HTTP/2, looks like normal HTTPS traffic, and usually passes firewalls with no issues. โœ…

โš™๏ธ Recommended setup:
VLESS + gRPC + TLS (port 443)
โค10
๐ŸŒ Why Are There Only 65,536 Ports?

Ever wondered why port numbers go only from 0 to 65,535? ๐Ÿค”
Hereโ€™s the simple answer ๐Ÿ‘‡

๐Ÿ’ป Each port number is stored as a 16-bit unsigned integer โ€” meaning it can represent values from
0 โ†’ 65,535 (2ยนโถ - 1)

That gives us a total of 65,536 possible ports (including port 0, which is reserved).

โš™๏ธ Bonus fact:
You can use the same port number for both TCP and UDP at the same time!
They donโ€™t clash because each protocol keeps its own port table inside the OS.

Example:

TCP 443 โ†’ HTTPS
UDP 443 โ†’ QUIC (used by Chrome)


So even though the port number is the same, theyโ€™re handled separately. ๐Ÿง 
โค7๐Ÿ”ฅ1
If you own a freebasics working domain contact me to implement a domain fronting proxy on your server so that your server will act like CDN

@FirewallFalcon
BasixScan -Advanced Freebasics Host/s Checker.


Install Python

pkg update -y && pkg upgrade -y && pkg install python -y && pip install --no-cache-dir requests colorama





Download BasixScan
curl -o BasixScan.py https://raw.githubusercontent.com/firewallfalcons/checker/main/BasixScan.py



Running Command
python BasixScan.py
โค3
ping.sh
2.5 KB
Test which FreeBasics Proxy is Best for you

ุณูƒุฑุจุช ู„ุชุญุฏูŠุฏ ุฃูุถู„ ุณูŠุฑูุฑ ูุฑูŠ ุจูŠุฒูƒ ุจุงู„ู†ุณุจู‡ ู„ุจู„ุฏูƒ
โค3
๐Ÿ›ฐ SockSTun โ€” Lightweight Android VPN via SOCKS5

SockSTun is a powerful yet minimal Android VPN app that uses a TUN interface to route all your traffic (TCP & UDP) through a SOCKS5 proxy.
It supports:
โœ… IPv4 / IPv6
โœ… Global or per-app routing
โœ… Custom DNS
โœ… Simple username & password authentication

๐Ÿ“ฆ Download here:
๐Ÿ‘‰ GitHub Releases

The New tun2socks
github.com/heiher/hev-socks5-tunnel
๐Ÿ”ฅ3โค1