Tag

Logging

All posts tagged “Logging”.

$ curl -x http://user:pass@xxx.nodetonet.com:48888 https://api.ipify.org→ 188.114.96.7$ curl ... -H "X-Session: abc" # sticky→ 188.114.96.7 # same IP (TTL 600s)$ curl ... -H "X-Rotate: 1" # rotate→ 92.184.117.42 # new IP AUDIT LOGS nodetonet.com
Logging Audit

Audit logs — who used your tunnel, when, and to where

Every connection through your proxy is logged: source IP, target host, bytes, timestamp, and status. Learn what the audit log captures, how to query it, and the privacy trade-offs.

7 min read Apr 15, 2026
Read article