<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Jumping VPN</title>
    <description>The latest articles on DEV Community by Jumping VPN (@jumping_vpn_fcb498eb2c7e1).</description>
    <link>https://dev.to/jumping_vpn_fcb498eb2c7e1</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4010050%2Fbbc234de-6a7d-4582-b058-c1b304841691.jpg</url>
      <title>DEV Community: Jumping VPN</title>
      <link>https://dev.to/jumping_vpn_fcb498eb2c7e1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jumping_vpn_fcb498eb2c7e1"/>
    <language>en</language>
    <item>
      <title>VRP Is Ready for External Validation — One Company Can Be the First to Pilot It</title>
      <dc:creator>Jumping VPN</dc:creator>
      <pubDate>Fri, 21 Aug 2026 09:32:38 +0000</pubDate>
      <link>https://dev.to/jumping_vpn_fcb498eb2c7e1/vrp-is-ready-for-external-validation-one-company-can-be-the-first-to-pilot-it-4l0g</link>
      <guid>https://dev.to/jumping_vpn_fcb498eb2c7e1/vrp-is-ready-for-external-validation-one-company-can-be-the-first-to-pilot-it-4l0g</guid>
      <description>&lt;h1&gt;
  
  
  VRP Is Ready for External Validation — Who Will Be the First to Pilot It?
&lt;/h1&gt;

&lt;p&gt;My name is Vitalijus Riabovas.&lt;/p&gt;

&lt;p&gt;I am the independent architect and creator of &lt;strong&gt;VRP — Veil Routing Protocol&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;VRP is a continuity-first networking architecture built around a simple principle:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A logical session should not have to die simply because the network underneath it changed.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Wi-Fi → LTE/5G.&lt;/p&gt;

&lt;p&gt;IP mutation.&lt;/p&gt;

&lt;p&gt;NAT / CGNAT churn.&lt;/p&gt;

&lt;p&gt;Temporary blackout.&lt;/p&gt;

&lt;p&gt;Path failure.&lt;/p&gt;

&lt;p&gt;Recovery.&lt;/p&gt;

&lt;p&gt;Replay attempts.&lt;/p&gt;

&lt;p&gt;Stale authority.&lt;/p&gt;

&lt;p&gt;Duplicate execution.&lt;/p&gt;

&lt;p&gt;For a long time, VRP was primarily architecture, runtime engineering and internal validation.&lt;/p&gt;

&lt;p&gt;That stage has changed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The public validation boundary exists now.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And I am inviting serious engineers and organisations to test it.&lt;/p&gt;




&lt;h2&gt;
  
  
  DON'T TRUST MY CLAIMS. TEST THEM.
&lt;/h2&gt;

&lt;p&gt;I am not asking the networking industry to believe a presentation.&lt;/p&gt;

&lt;p&gt;I built the measurement boundary.&lt;/p&gt;

&lt;p&gt;The public VRP Validation Kit provides engineers with an environment for evaluating observable behaviour independently.&lt;/p&gt;

&lt;p&gt;You can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;clone the repository;&lt;/li&gt;
&lt;li&gt;run the Docker scenarios;&lt;/li&gt;
&lt;li&gt;inspect generated evidence;&lt;/li&gt;
&lt;li&gt;verify manifests and hashes;&lt;/li&gt;
&lt;li&gt;attack the evidence;&lt;/li&gt;
&lt;li&gt;delete events;&lt;/li&gt;
&lt;li&gt;duplicate events;&lt;/li&gt;
&lt;li&gt;reorder events;&lt;/li&gt;
&lt;li&gt;attempt replay;&lt;/li&gt;
&lt;li&gt;introduce stale conditions;&lt;/li&gt;
&lt;li&gt;corrupt artifacts;&lt;/li&gt;
&lt;li&gt;run the verifier;&lt;/li&gt;
&lt;li&gt;reproduce PASS / REJECT / INCOMPLETE outcomes.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you believe something is wrong, try to produce a reproducible contradiction.&lt;/p&gt;

&lt;p&gt;Give me:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;environment → scenario → commands → evidence → result&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That is useful engineering.&lt;/p&gt;




&lt;h1&gt;
  
  
  WHAT HAS BEEN BUILT?
&lt;/h1&gt;

&lt;p&gt;VRP has moved far beyond an architectural diagram.&lt;/p&gt;

&lt;p&gt;The project now includes multiple engineering layers.&lt;/p&gt;

&lt;h3&gt;
  
  
  Continuity architecture
&lt;/h3&gt;

&lt;p&gt;Logical session identity is designed to survive changes in the underlying network path.&lt;/p&gt;

&lt;p&gt;The architecture is being developed around continuity rather than assuming that transport identity and logical session identity must always be the same thing.&lt;/p&gt;

&lt;h3&gt;
  
  
  Runtime
&lt;/h3&gt;

&lt;p&gt;The protected runtime implements the private VRP mechanisms.&lt;/p&gt;

&lt;p&gt;That implementation is &lt;strong&gt;not public&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  State and transition handling
&lt;/h3&gt;

&lt;p&gt;The architecture includes explicit transition semantics rather than treating network mutation as an undefined external event.&lt;/p&gt;

&lt;h3&gt;
  
  
  Authority progression
&lt;/h3&gt;

&lt;p&gt;Transition authority is controlled so that stale state cannot simply become authoritative again.&lt;/p&gt;

&lt;h3&gt;
  
  
  Replay handling
&lt;/h3&gt;

&lt;p&gt;Replay conditions are part of the validation and security model.&lt;/p&gt;

&lt;h3&gt;
  
  
  Recovery behaviour
&lt;/h3&gt;

&lt;p&gt;Blackouts and path failures are treated as state transitions that can be observed, tested and reasoned about.&lt;/p&gt;

&lt;h3&gt;
  
  
  Evidence generation
&lt;/h3&gt;

&lt;p&gt;Execution produces evidence describing what happened.&lt;/p&gt;

&lt;h3&gt;
  
  
  Independent verification
&lt;/h3&gt;

&lt;p&gt;Evidence can be evaluated separately from the runtime that produced it.&lt;/p&gt;

&lt;h3&gt;
  
  
  Adversarial mutation testing
&lt;/h3&gt;

&lt;p&gt;Evidence can be modified deliberately to determine whether contradictions are accepted or rejected.&lt;/p&gt;

&lt;h3&gt;
  
  
  Docker continuity laboratory
&lt;/h3&gt;

&lt;p&gt;Repeatable scenarios can be executed without requiring access to the proprietary VRP runtime internals.&lt;/p&gt;

&lt;h3&gt;
  
  
  Audit artifacts
&lt;/h3&gt;

&lt;p&gt;Hashes, manifests, evidence and verification results provide a reproducible engineering trail.&lt;/p&gt;




&lt;h1&gt;
  
  
  THE BLACK-BOX BOUNDARY IS INTENTIONAL
&lt;/h1&gt;

&lt;p&gt;There is an important distinction.&lt;/p&gt;

&lt;h2&gt;
  
  
  PUBLIC
&lt;/h2&gt;

&lt;p&gt;Validation tools.&lt;/p&gt;

&lt;p&gt;Scenarios.&lt;/p&gt;

&lt;p&gt;Docker laboratory.&lt;/p&gt;

&lt;p&gt;Evidence.&lt;/p&gt;

&lt;p&gt;Verification.&lt;/p&gt;

&lt;p&gt;Audit documentation.&lt;/p&gt;

&lt;p&gt;Observable behaviour.&lt;/p&gt;

&lt;h2&gt;
  
  
  PRIVATE
&lt;/h2&gt;

&lt;p&gt;Protected Runtime.&lt;/p&gt;

&lt;p&gt;Proprietary continuity mechanisms.&lt;/p&gt;

&lt;p&gt;Internal protocol implementation.&lt;/p&gt;

&lt;p&gt;Private engineering logic.&lt;/p&gt;

&lt;p&gt;This boundary is deliberate.&lt;/p&gt;

&lt;p&gt;An evaluator does not need ownership of my implementation to test whether an externally observable claim survives an experiment.&lt;/p&gt;

&lt;p&gt;Think of it this way:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I give you the ruler and the scales.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I do not give you the machine inside the sealed box.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Test the machine from the outside.&lt;/p&gt;

&lt;p&gt;Attack its claims.&lt;/p&gt;

&lt;p&gt;Measure its behaviour.&lt;/p&gt;




&lt;h1&gt;
  
  
  WHAT CAN YOU TEST TODAY?
&lt;/h1&gt;

&lt;p&gt;The public validation work covers scenarios including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Wi-Fi → mobile transition&lt;/li&gt;
&lt;li&gt;blackout and recovery&lt;/li&gt;
&lt;li&gt;path mutation&lt;/li&gt;
&lt;li&gt;replay attempts&lt;/li&gt;
&lt;li&gt;stale authority&lt;/li&gt;
&lt;li&gt;duplicate execution&lt;/li&gt;
&lt;li&gt;evidence tampering&lt;/li&gt;
&lt;li&gt;event deletion&lt;/li&gt;
&lt;li&gt;event duplication&lt;/li&gt;
&lt;li&gt;event reordering&lt;/li&gt;
&lt;li&gt;sequence rollback&lt;/li&gt;
&lt;li&gt;continuity-reference substitution&lt;/li&gt;
&lt;li&gt;manifest manipulation&lt;/li&gt;
&lt;li&gt;truncated evidence&lt;/li&gt;
&lt;li&gt;malformed evidence&lt;/li&gt;
&lt;li&gt;missing evidence&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The objective is not to make everything display PASS.&lt;/p&gt;

&lt;p&gt;The objective is to distinguish:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;valid execution&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;from&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;contradictory or incomplete evidence.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If something has been manipulated, the verifier should not quietly pretend nothing happened.&lt;/p&gt;




&lt;h1&gt;
  
  
  START HERE
&lt;/h1&gt;

&lt;h2&gt;
  
  
  VRP Validation Kit
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/Endless33/vrp-validation-kit" rel="noopener noreferrer"&gt;https://github.com/Endless33/vrp-validation-kit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is the main public engineering entry point.&lt;/p&gt;

&lt;p&gt;Clone it.&lt;/p&gt;

&lt;p&gt;Read it.&lt;/p&gt;

&lt;p&gt;Run it.&lt;/p&gt;

&lt;p&gt;Attack it.&lt;/p&gt;




&lt;h2&gt;
  
  
  Validation Documentation
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/Endless33/vrp-validation-kit/tree/main/docs" rel="noopener noreferrer"&gt;https://github.com/Endless33/vrp-validation-kit/tree/main/docs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The documentation describes the validation, evaluation, audit and Pilot boundaries.&lt;/p&gt;




&lt;h2&gt;
  
  
  Docker Continuity Lab
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/Endless33/vrp-validation-kit/tree/main/docker/continuity-lab" rel="noopener noreferrer"&gt;https://github.com/Endless33/vrp-validation-kit/tree/main/docker/continuity-lab&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is where engineers can begin working with reproducible continuity scenarios.&lt;/p&gt;




&lt;h2&gt;
  
  
  Pilot Documentation
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/Endless33/vrp-validation-kit/tree/main/docs/pilot" rel="noopener noreferrer"&gt;https://github.com/Endless33/vrp-validation-kit/tree/main/docs/pilot&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;For organisations considering moving from public evaluation toward a controlled Pilot.&lt;/p&gt;




&lt;h2&gt;
  
  
  VRP Pilot Kit
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://github.com/Endless33/vrp-pilot-kit" rel="noopener noreferrer"&gt;https://github.com/Endless33/vrp-pilot-kit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The Pilot material defines the engineering and commercial boundary separately from the protected runtime.&lt;/p&gt;




&lt;h1&gt;
  
  
  AND NOW COMES THE IMPORTANT PART.
&lt;/h1&gt;

&lt;h2&gt;
  
  
  WHO WILL BE FIRST?
&lt;/h2&gt;

&lt;p&gt;VRP does not need twenty companies simultaneously.&lt;/p&gt;

&lt;p&gt;It needs &lt;strong&gt;one serious first external participant&lt;/strong&gt; willing to put the architecture against a real problem.&lt;/p&gt;

&lt;p&gt;That organisation might be an:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;eSIM provider&lt;/li&gt;
&lt;li&gt;mobile operator&lt;/li&gt;
&lt;li&gt;roaming platform&lt;/li&gt;
&lt;li&gt;telecom company&lt;/li&gt;
&lt;li&gt;cloud provider&lt;/li&gt;
&lt;li&gt;edge infrastructure company&lt;/li&gt;
&lt;li&gt;cybersecurity company&lt;/li&gt;
&lt;li&gt;VPN infrastructure provider&lt;/li&gt;
&lt;li&gt;distributed-systems team&lt;/li&gt;
&lt;li&gt;critical-infrastructure operator&lt;/li&gt;
&lt;li&gt;mobility platform&lt;/li&gt;
&lt;li&gt;research organisation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Company size alone is not the deciding factor.&lt;/p&gt;

&lt;p&gt;A smaller organisation capable of moving quickly may be a much better first participant than a global corporation requiring six months to make the first engineering decision.&lt;/p&gt;

&lt;p&gt;I care about the problem.&lt;/p&gt;

&lt;p&gt;I care about the environment.&lt;/p&gt;

&lt;p&gt;I care about whether your engineers can actually test the architecture.&lt;/p&gt;

&lt;p&gt;And I care about whether we can produce evidence.&lt;/p&gt;




&lt;h1&gt;
  
  
  IMAGINE AN eSIM COMPANY BEING FIRST
&lt;/h1&gt;

&lt;p&gt;This is one of the environments I find particularly interesting.&lt;/p&gt;

&lt;p&gt;A user moves between networks.&lt;/p&gt;

&lt;p&gt;Wi-Fi disappears.&lt;/p&gt;

&lt;p&gt;Mobile connectivity becomes authoritative.&lt;/p&gt;

&lt;p&gt;IP addressing changes.&lt;/p&gt;

&lt;p&gt;NAT state changes.&lt;/p&gt;

&lt;p&gt;Roaming introduces additional uncertainty.&lt;/p&gt;

&lt;p&gt;The user does not care which infrastructure component caused the transition.&lt;/p&gt;

&lt;p&gt;The user cares about one thing:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Did the logical operation survive?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That is exactly the kind of environment where continuity should be evaluated against reality.&lt;/p&gt;

&lt;p&gt;If an eSIM or roaming company becomes the first serious VRP participant, the question is no longer theoretical.&lt;/p&gt;

&lt;p&gt;We can measure it.&lt;/p&gt;




&lt;h1&gt;
  
  
  THE FIRST PARTICIPANT WILL NOT RECEIVE MY SOURCE CODE
&lt;/h1&gt;

&lt;p&gt;Let me make this explicit.&lt;/p&gt;

&lt;p&gt;Pilot participation does not mean:&lt;/p&gt;

&lt;p&gt;“Send us the VRP repository and we'll inspect your secret implementation.”&lt;/p&gt;

&lt;p&gt;No.&lt;/p&gt;

&lt;p&gt;The Protected Runtime remains protected.&lt;/p&gt;

&lt;p&gt;A participant evaluates VRP through an explicitly defined integration and validation boundary.&lt;/p&gt;

&lt;p&gt;The objective is to determine whether the behaviour works — not to transfer ownership of the architecture.&lt;/p&gt;

&lt;p&gt;You may test.&lt;/p&gt;

&lt;p&gt;You may measure.&lt;/p&gt;

&lt;p&gt;You may attack the assumptions.&lt;/p&gt;

&lt;p&gt;You may attempt to produce failures.&lt;/p&gt;

&lt;p&gt;You may verify the evidence.&lt;/p&gt;

&lt;p&gt;But proprietary VRP internals remain protected.&lt;/p&gt;




&lt;h1&gt;
  
  
  HOW TO REQUEST A VRP PRIVATE EVALUATION
&lt;/h1&gt;

&lt;p&gt;The process is intentionally controlled.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Do not start by submitting the Tally form.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The first step is email.&lt;/p&gt;

&lt;p&gt;Contact:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="mailto:jumpingvpn@proton.me"&gt;jumpingvpn@proton.me&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Subject:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;VRP PRIVATE EVALUATION REQUEST — [LEGAL COMPANY NAME]&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Tell me:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;your legal company name;&lt;/li&gt;
&lt;li&gt;official website;&lt;/li&gt;
&lt;li&gt;who you are;&lt;/li&gt;
&lt;li&gt;your role;&lt;/li&gt;
&lt;li&gt;why you are authorised to represent the organisation;&lt;/li&gt;
&lt;li&gt;what infrastructure you operate;&lt;/li&gt;
&lt;li&gt;what continuity problem you want to solve;&lt;/li&gt;
&lt;li&gt;what you want VRP to demonstrate;&lt;/li&gt;
&lt;li&gt;your expected technical and commercial timeline.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Do not send credentials, private keys, production secrets, customer information or sensitive infrastructure data.&lt;/p&gt;

&lt;p&gt;If the organisation and request pass the initial qualification stage, the next stage may be authorised.&lt;/p&gt;




&lt;h1&gt;
  
  
  PRIVATE PILOT APPLICATION
&lt;/h1&gt;

&lt;p&gt;The controlled application form is here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://tally.so/r/ZjQLN0" rel="noopener noreferrer"&gt;https://tally.so/r/ZjQLN0&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Important:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is &lt;strong&gt;not an open public application form&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Do not submit it without prior written authorization.&lt;/p&gt;

&lt;p&gt;Unauthorized submission does not reserve a Pilot, create priority, or guarantee review.&lt;/p&gt;

&lt;p&gt;The correct path is:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;EMAIL → VERIFICATION → PRE-QUALIFICATION → AUTHORIZATION → APPLICATION → REVIEW → PILOT DECISION&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That boundary exists for a reason.&lt;/p&gt;

&lt;p&gt;I am protecting both VRP and the organisations evaluating it.&lt;/p&gt;




&lt;h1&gt;
  
  
  I AM NOT RESERVING THE FIRST POSITION FOR A GIANT
&lt;/h1&gt;

&lt;p&gt;Google does not automatically get it.&lt;/p&gt;

&lt;p&gt;Microsoft does not automatically get it.&lt;/p&gt;

&lt;p&gt;A major telecom does not automatically get it.&lt;/p&gt;

&lt;p&gt;Neither does a famous cybersecurity company.&lt;/p&gt;

&lt;p&gt;Brand recognition is not an engineering qualification.&lt;/p&gt;

&lt;p&gt;If a smaller eSIM company arrives with:&lt;/p&gt;

&lt;p&gt;a real problem,&lt;/p&gt;

&lt;p&gt;a serious engineering team,&lt;/p&gt;

&lt;p&gt;a controlled environment,&lt;/p&gt;

&lt;p&gt;measurable acceptance criteria,&lt;/p&gt;

&lt;p&gt;and the ability to move,&lt;/p&gt;

&lt;p&gt;I will take that organisation seriously.&lt;/p&gt;

&lt;p&gt;The first meaningful VRP evaluation belongs to the organisation capable of actually doing the work.&lt;/p&gt;




&lt;h1&gt;
  
  
  WHAT I WANT FROM ENGINEERS
&lt;/h1&gt;

&lt;p&gt;Do not tell me:&lt;/p&gt;

&lt;p&gt;“Interesting project.”&lt;/p&gt;

&lt;p&gt;That tells us almost nothing.&lt;/p&gt;

&lt;p&gt;Instead:&lt;/p&gt;

&lt;p&gt;Clone the Validation Kit.&lt;/p&gt;

&lt;p&gt;Run the scenarios.&lt;/p&gt;

&lt;p&gt;Inspect the evidence.&lt;/p&gt;

&lt;p&gt;Attack the verifier.&lt;/p&gt;

&lt;p&gt;Try to break an invariant.&lt;/p&gt;

&lt;p&gt;Try to produce a reproducible contradiction.&lt;/p&gt;

&lt;p&gt;If you succeed, send it to me.&lt;/p&gt;

&lt;p&gt;If you cannot reproduce the claim, tell me exactly where.&lt;/p&gt;

&lt;p&gt;And if the architecture continues behaving as specified under your tests, then we can have the more interesting conversation:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What happens when VRP meets a real network?&lt;/strong&gt;&lt;/p&gt;




&lt;h1&gt;
  
  
  THIS IS WHERE VRP IS NOW
&lt;/h1&gt;

&lt;p&gt;The progression has been:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;IDEA&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;↓&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ARCHITECTURE&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;↓&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;RUNTIME&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;↓&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;STATE MACHINE&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;↓&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;FAILURE / RECOVERY MODEL&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;↓&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SECURITY BOUNDARIES&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;↓&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;EVIDENCE&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;↓&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;VERIFIER&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;↓&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;ADVERSARIAL TESTING&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;↓&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;DOCKER VALIDATION LAB&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;↓&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PUBLIC VALIDATION BOUNDARY&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;↓&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PRIVATE EXTERNAL EVALUATION&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;↓&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;REAL-WORLD PILOT&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The next stage cannot be completed by another document.&lt;/p&gt;

&lt;p&gt;It requires an external environment.&lt;/p&gt;




&lt;h1&gt;
  
  
  SO HERE IS MY INVITATION.
&lt;/h1&gt;

&lt;p&gt;If you are an engineer:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;test VRP.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you are a security researcher:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;attack the validation boundary.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you are a protocol architect:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;challenge the assumptions.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you operate mobile, roaming, eSIM, cloud or edge infrastructure:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;compare the continuity model against the failures you see in reality.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;And if you represent an organisation capable of becoming the first serious external VRP participant:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;contact me.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I do not need applause.&lt;/p&gt;

&lt;p&gt;I do not need people to trust a claim because I wrote it.&lt;/p&gt;

&lt;p&gt;I want something considerably harder to fake:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;reproducible behaviour under failure.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Some organisation will eventually be first.&lt;/p&gt;

&lt;p&gt;The interesting question is:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;who?&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Vitalijus Riabovas&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Creator &amp;amp; Architect&lt;br&gt;&lt;br&gt;
&lt;strong&gt;VRP — Veil Routing Protocol&lt;/strong&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Engineering
&lt;/h3&gt;

&lt;p&gt;VRP Validation Kit&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/Endless33/vrp-validation-kit" rel="noopener noreferrer"&gt;https://github.com/Endless33/vrp-validation-kit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Validation &amp;amp; Audit Documentation&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/Endless33/vrp-validation-kit/tree/main/docs" rel="noopener noreferrer"&gt;https://github.com/Endless33/vrp-validation-kit/tree/main/docs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Docker Continuity Lab&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/Endless33/vrp-validation-kit/tree/main/docker/continuity-lab" rel="noopener noreferrer"&gt;https://github.com/Endless33/vrp-validation-kit/tree/main/docker/continuity-lab&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Pilot Documentation&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/Endless33/vrp-validation-kit/tree/main/docs/pilot" rel="noopener noreferrer"&gt;https://github.com/Endless33/vrp-validation-kit/tree/main/docs/pilot&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;VRP Pilot Kit&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/Endless33/vrp-pilot-kit" rel="noopener noreferrer"&gt;https://github.com/Endless33/vrp-pilot-kit&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Private Evaluation
&lt;/h3&gt;

&lt;p&gt;First contact:&lt;br&gt;&lt;br&gt;
&lt;a href="mailto:jumpingvpn@proton.me"&gt;jumpingvpn@proton.me&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Authorized Pilot Application:&lt;br&gt;&lt;br&gt;
&lt;a href="https://tally.so/r/ZjQLN0" rel="noopener noreferrer"&gt;https://tally.so/r/ZjQLN0&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;BUILD IT.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;BREAK IT.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;MEASURE IT.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PROVE IT.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Then let the evidence decide.&lt;/p&gt;

</description>
      <category>networking</category>
      <category>distributedsystems</category>
      <category>go</category>
      <category>devops</category>
    </item>
    <item>
      <title>What if network failure was only a transport event — not session death?

I spent the last year exploring continuity-first runtime architecture around that question.

VRP docs:
https://github.com/Endless33/jumping-vpn-preview</title>
      <dc:creator>Jumping VPN</dc:creator>
      <pubDate>Tue, 30 Jun 2026 19:33:34 +0000</pubDate>
      <link>https://dev.to/jumping_vpn_fcb498eb2c7e1/what-if-network-failure-was-only-a-transport-event-not-session-death-i-spent-the-last-year-16l7</link>
      <guid>https://dev.to/jumping_vpn_fcb498eb2c7e1/what-if-network-failure-was-only-a-transport-event-not-session-death-i-spent-the-last-year-16l7</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://github.com/Endless33/jumping-vpn-preview" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fopengraph.githubassets.com%2Fbaed8a1a29e6b4e98addf054363f162b87c1e4be6bb6d9841fe925284204469e%2FEndless33%2Fjumping-vpn-preview" height="600" class="m-0" width="1200"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://github.com/Endless33/jumping-vpn-preview" rel="noopener noreferrer" class="c-link"&gt;
            GitHub - Endless33/jumping-vpn-preview · GitHub
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Contribute to Endless33/jumping-vpn-preview development by creating an account on GitHub.
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.githubassets.com%2Ffavicons%2Ffavicon.svg" width="32" height="32"&gt;
          github.com
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>architecture</category>
      <category>networking</category>
      <category>showdev</category>
      <category>systemdesign</category>
    </item>
  </channel>
</rss>
