
- API server with ChaCha20-Poly1305 encryption - TypeScript SDK client with full functionality - Complete documentation in docs/ - Environment variable processing with composite variables - HTTPS-only API on port 6666 - Storage structure for configuration files - Tests and examples included Features: - Quantum-resistant encryption (ChaCha20-Poly1305) - Variable substitution from .env files - Comprehensive TypeScript SDK - Full API documentation and specifications - Deployment guides and security model
22 lines
525 B
Plaintext
22 lines
525 B
Plaintext
# Configuration Tor pour LeCoffre Node
|
|
# Écoute sur 127.0.0.1 pour la sécurité
|
|
|
|
# Port SOCKS pour les connexions sortantes
|
|
SOCKSPort 127.0.0.1:9050
|
|
|
|
# Port de contrôle (désactivé pour la sécurité)
|
|
# ControlPort 127.0.0.1:$TOR_PORT
|
|
|
|
# Configuration de base
|
|
Log notice file $TOR_LOGS_DIR/tor.log
|
|
DataDirectory $SDK_TOR_DATA_DIR
|
|
|
|
# Configuration réseau
|
|
ClientOnly 1
|
|
SafeLogging 1
|
|
WarnUnsafeSocks 1
|
|
|
|
# Désactiver les services cachés
|
|
HiddenServiceDir $SDK_TOR_DATA_DIR/hidden_service/
|
|
HiddenServicePort 80 127.0.0.1:80
|