Building an Independent Internet: Mesh Network Experiments and the UDP 53 Hack
Recently, a friend shared an interesting point: the internet is essentially free and can be bypassed...
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3899653) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Alfiansa Posted on Apr 28 • Originally published at blog.fiandev.com Building an Independent Internet: Mesh Network Experiments and the UDP 53 Hack #meshnetwork #decentralization #udp #freeinternet decentralization (2 Part Series) 1 Breaking Down How the Lightning Network Works — It's Not Just Magic 2 Building an Independent Internet: Mesh Network Experiments and the UDP 53 Hack Recently, a friend shared an interesting point: the internet is essentially free and can be bypassed by…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.