This toolkit provides comprehensive monitoring, analysis, and blocking capabilities for network telemetry sent by The Foundry's Nuke compositor on Linux. Key features: - Network monitoring scripts with automated alerts - Multi-tier blocking methods (hosts, firewall, namespace, AppArmor) - Detailed packet capture analysis and documentation - EULA legal analysis and privacy assessment - Sanitized example captures and comprehensive guides All sensitive data (personal IPs, usernames, packet captures) removed. Ready for public sharing on Gitea.
25 lines
304 B
Plaintext
25 lines
304 B
Plaintext
# Claude Code configuration
|
|
CLAUDE.md
|
|
.claude
|
|
.claude/**
|
|
|
|
# Sensitive data - packet captures and logs
|
|
*.pcap
|
|
*.log
|
|
nohup.out
|
|
|
|
# Dump directory artifacts with personal data
|
|
dump/**/*.pcap
|
|
dump/**/*.log
|
|
dump/**/nohup.out
|
|
|
|
# Backup files
|
|
*.backup
|
|
*.bak
|
|
/etc/hosts.backup.*
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.swp
|
|
*~
|