Files
netrunner-landing/dictionaries/en.json
T
2026-04-17 17:06:55 +07:00

124 lines
5.0 KiB
JSON

{
"nav": {
"features": "Features",
"pricing": "Pricing",
"faq": "FAQ",
"blog": "Comms",
"cta": "Get Netrunner"
},
"hero": {
"badge": "System watching you",
"badgeSecure": "Secure tunnel established",
"titleStart": "The system watches everyone,",
"titleHighlight": "except you.",
"subtitle": "Digital footprint erased. Logs destroyed. Uncapped velocity.",
"switchLabel": "Enable Netrunner VPN",
"ctaPrimary": "Download Client",
"ctaSecondary": "View Nodes"
},
"features": {
"items": [
{
"title": "DPI Evasion & uTLS Obfuscation",
"description": "The Netrunner protocol masks your traffic as standard Chrome or Firefox HTTPS requests. Deep Packet Inspection (DPI) systems see only white noise, allowing you to bypass strict firewalls undetected."
},
{
"title": "ChaCha20-Poly1305 Cryptography",
"description": "We utilize state-of-the-art stream encryption combined with Perfect Forward Secrecy via ECDH handshakes. Your session keys are generated dynamically, leaving zero vectors for compromise."
},
{
"title": "Adaptive Backpressure",
"description": "Buffer sizes dynamically scale based on your system's current RTT (ping). When connection quality drops, buffers shrink automatically to prevent latency spikes."
},
{
"title": "Multi-Platform Core",
"description": "Our low-level Rust networking core with FFI bindings (uniffi) ensures flawless compatibility and zero overhead across iOS, Android, Windows, and macOS."
},
{
"title": "Native TUN Engine & FakeDNS",
"description": "Traffic is intercepted at the network level by our custom TUN interface. An integrated Fake IP resolver prevents DNS leaks, while multiplexed streams guarantee ultra-low latency."
}
]
},
"pricing": {
"badge": "Pricing Protocols",
"title": "Choose Your Uplink Plan",
"monthly": "Monthly",
"yearly": "Yearly",
"discount": "-40%",
"perMonth": "/mo",
"mostPopular": "Most Popular",
"plans": [
{
"name": "Ghost",
"description": "Basic uplink for standard browsing and simple firewall bypass.",
"features": [
"1 Active Device",
"ChaCha20-Poly1305 Cipher",
"Standard Buffer Profiles",
"Unrestricted P2P Traffic"
],
"cta": "Select Ghost Plan"
},
{
"name": "Netrunner",
"description": "Advanced obfuscation for strict networks and Deep Packet Inspection.",
"features": [
"5 Active Devices",
"uTLS Browser Mimicry",
"Multiplexed Tunnels (Muxer)",
"Adaptive Backpressure",
"FakeDNS Leak Protection"
],
"cta": "Initiate Netrunner"
},
{
"name": "Overlord",
"description": "Maximum throughput and dedicated resources for heavy grid users.",
"features": [
"10 Active Devices",
"Dedicated Static IP",
"Heavy Network Buffer Profiles",
"Raw L3 TUN Access",
"24/7 Priority Support"
],
"cta": "Select Overlord Plan"
}
]
},
"faq": {
"title": "System Queries (FAQ)",
"items": [
{
"q": "What is the Netrunner protocol?",
"a": "It is our custom network protocol built from the ground up using Rust. Unlike standard solutions, it obfuscates traffic to look like regular HTTPS, making it nearly invisible to Deep Packet Inspection (DPI) systems and allowing it to bypass even the toughest network restrictions."
},
{
"q": "Do you store any logs or user data?",
"a": "No. We operate under a strict No-Logs policy. Our system is engineered so that session metadata is never written to persistent storage, and temporary identifiers exist only in volatile memory during an active connection."
},
{
"q": "Will using NRXP affect my internet speed?",
"a": "Thanks to the Netrunner architecture, which minimizes encryption overhead, latency (ping) remains minimal. In some cases, you may even notice a speed increase if your ISP throttles traffic to specific services."
},
{
"q": "Is P2P and Torrenting allowed?",
"a": "Yes, we do not restrict any traffic types. All our nodes support high-speed data transfer with no bandwidth caps or data limits."
},
{
"q": "Which devices support Netrunner?",
"a": "We are building a cross-platform application using the Tauri framework, providing native support for Windows, macOS, and Linux. Mobile versions are currently in active development."
},
{
"q": "Is it safe to pay with cryptocurrency?",
"a": "Absolutely. We have integrated a custom crypto-billing system, allowing you to purchase subscriptions completely anonymously without linking any credit cards."
}
]
},
"blog": {
"title": "Comm-Link Updates",
"empty": "No signals found."
}
}