docs: add Iran transit connection/build guide and validation workflow#21
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c2709f99b7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| sudo ufw allow 443/tcp | ||
| sudo ufw allow 51820/udp |
There was a problem hiding this comment.
Open probe port before listener validation
The workflow opens 443/tcp and 51820/udp, but the very next step starts listener on port 9000 and asks users to probe that port. On systems where UFW has a default deny policy, those probe commands will fail even if the tool is working, which breaks the documented validation path. Add firewall rules for 9000 (TCP/UDP) or change the listener/probe examples to an already-open port.
Useful? React with 👍 / 👎.
Motivation
Description
Build | ساختsection with dependency install and packaging commands (npm install,npm test,npm pack,npm install -g ...) inREADME.md.Connecting Iran Server to Internet Transit (Step-by-step)that documents server preparation, listener probes, transit-path analysis, recommended tunnel attachment (WireGuard → OpenVPN/SSH fallback), and final IP transit validation commands (traceroute,mtr,node cli.js analyze).README.mdaddition) and does not modify runtime code or tests.Testing
npm test, and all tests passed (6tests,0failures).Codex Task