You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/internal/debug/debug.go
+99-21Lines changed: 99 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ iptables.txt: Anonymized iptables rules with packet counters, if --system-info f
46
46
nftables.txt: Anonymized nftables rules with packet counters, if --system-info flag was provided.
47
47
resolved_domains.txt: Anonymized resolved domain IP addresses from the status recorder.
48
48
config.txt: Anonymized configuration information of the NetBird client.
49
-
network_map.json: Anonymized network map containing peer configurations, routes, DNS settings, and firewall rules.
49
+
network_map.json: Anonymized sync response containing peer configurations, routes, DNS settings, and firewall rules.
50
50
state.json: Anonymized client state dump containing netbird states.
51
51
mutex.prof: Mutex profiling information.
52
52
goroutine.prof: Goroutine profiling information.
@@ -73,15 +73,15 @@ Domains
73
73
All domain names (except for the netbird domains) are replaced with randomly generated strings ending in ".domain". Anonymized domains are consistent across all files in the bundle.
74
74
Reoccuring domain names are replaced with the same anonymized domain.
75
75
76
-
Network Map
76
+
Sync Response
77
77
The network_map.json file contains the following anonymized information:
78
78
- Peer configurations (addresses, FQDNs, DNS settings)
79
79
- Remote and offline peer information (allowed IPs, FQDNs)
80
80
- Routes (network ranges, associated domains)
81
81
- DNS configuration (nameservers, domains, custom zones)
SSH keys in the network map are replaced with a placeholder value. All IP addresses and domains in the network map follow the same anonymization rules as described above.
84
+
SSH keys in the sync response are replaced with a placeholder value. All IP addresses and domains in the sync response follow the same anonymization rules as described above.
85
85
86
86
State File
87
87
The state.json file contains anonymized internal state information of the NetBird client, including:
0 commit comments