{#if state == ReadyState.Connected} {:else if state == ReadyState.Connecting}

{connectionState}


Adrift is routing you to a server available to take your requests.
The initial connection may take several minutes depending on server load

{:else if !import.meta.env.VITE_ADRIFT_DEV}

Surf the web, Adrift

A fast and modern decentralized proxy network

{#if !import.meta.env.VITE_ADRIFT_SINGLEFILE} {/if}

Select a Tracker

Trackers allow you to connect to Adrift

{#each Object.keys(TrackerList) as tracker} {/each}
{#if chosenTracker} {/if}

TLS has not currently been implemented for the Adrift Swarm. It will later, but until then your data will not be private, and you should not enter any sensitive information on any page



Note: to be able to connect, you'll need to download an exit node and run it on a computer with an uncensored internet connection

{:else}

Adrift DEV

{/if}