File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -125,10 +125,10 @@ Answer:
125125sudo ./target/release/dns-socks-server 0.0.0.0:53
126126```
127127
128- ### On Client (local or Iran VM) :
128+ ### On Client:
129129``` bash
130130# Run DNS SOCKS proxy pointing to server
131- ./target/release/dns-socks-client 23.128.36.101 :53
131+ ./target/release/dns-socks-client < server-ip > :53
132132
133133# Configure browser to use SOCKS5 proxy: 127.0.0.1:1080
134134# Or use curl:
@@ -138,8 +138,8 @@ curl -x socks5h://127.0.0.1:1080 https://www.google.com/
138138## Next Steps
139139
1401401 . ✅ ** Build Linux binaries** for deployment
141- 2 . ✅ ** Deploy to nooshdaroo.net ** server
142- 3 . ⏳ ** Test from Iran VM ** with tcpdump to prove UDP DNS packets
141+ 2 . ✅ ** Deploy to production ** server
142+ 3 . ⏳ ** Test from restrictive network ** with tcpdump to prove UDP DNS packets
1431434 . ⏳ ** Integrate into main nooshdaroo** proxy (if desired)
144144
145145## Files Created
You can’t perform that action at this time.
0 commit comments