Skip to content

Commit 3f3e5bb

Browse files
committed
Remove sensitive test environment references from docs
1 parent 0e9f0e3 commit 3f3e5bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

STANDALONE_DNS_TUNNEL_PROOF.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ Answer:
125125
sudo ./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

140140
1.**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
143143
4.**Integrate into main nooshdaroo** proxy (if desired)
144144

145145
## Files Created

0 commit comments

Comments
 (0)