diff --git a/conduit.sh b/conduit.sh index abb54e1..68e0e0f 100644 --- a/conduit.sh +++ b/conduit.sh @@ -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"