fix: clarify firewall ports in About section — no inbound ports needed for Conduit/Snowflake

This commit is contained in:
SamNet-dev
2026-02-18 16:55:00 -06:00
parent 880f3d18a9
commit 973d7b6749

View File

@@ -8450,9 +8450,15 @@ show_about() {
echo ""
echo -e " ${BOLD}${GREEN}Technical${NC}"
echo -e " Protocol: WebRTC + DTLS (looks like video calls)"
echo -e " Ports: TCP 443 required | Turbo: UDP 16384-32768"
echo -e " Resources: ~50MB RAM per 100 clients, runs in Docker"
echo ""
echo -e " ${BOLD}${GREEN}Firewall Ports${NC}"
echo -e " ${BOLD}Service Ports needed${NC}"
echo -e " ${CYAN}─────────────────────────────────────────────${NC}"
echo -e " Conduit (Psiphon) ${GREEN}None${NC} — outbound only, no listening port"
echo -e " Snowflake ${GREEN}None${NC} — WebRTC with built-in NAT traversal"
echo -e " MTProto Proxy ${YELLOW}Yes${NC} — the port you set (default 443/tcp)"
echo ""
echo -e " ${BOLD}${GREEN}Privacy${NC}"
echo -e " ${GREEN}✓${NC} End-to-end encrypted - you can't see user traffic"
echo -e " ${GREEN}✓${NC} No logs stored | Clean uninstall available"