Skip to content

Instantly share code, notes, and snippets.

View hyperscientist's full-sized avatar

Kamil Trebunia hyperscientist

  • Europe
View GitHub Profile
@CharlesGodwin
CharlesGodwin / cloudflare.md
Last active July 6, 2024 14:13
I Don't Need Port Forwarding and Don't Care About CGNAT

I Don't Need Port Forwarding and Don't Care About CGNAT

This was rewritten 2022-11-30

This article is for users that want all these features:

  • To connect to home network from anywhere
  • Can connect without any port forwarding; either by choice or internet provider can't or won't provide access
  • No setup or configuration or installation on client machine
  • No enrolment / registration required
var fs = require('fs');
fs.readFile('file', function (ಠ_ಠ, data) {
if (ಠ_ಠ) {
console.log("Node does not approve");
}
});