Skip to content

Instantly share code, notes, and snippets.

@frnkst
Last active July 1, 2018 16:55
Show Gist options
  • Save frnkst/2ac0b7190d9591c013d3b5dd317a72bc to your computer and use it in GitHub Desktop.
Save frnkst/2ac0b7190d9591c013d3b5dd317a72bc to your computer and use it in GitHub Desktop.
Medium Import
const dgram = require('dgram');
const raw = require('raw-socket');
const dns = require('dns-then');
const icmpSocket = raw.createSocket({ protocol: raw.Protocol.ICMP });
const udpSocket = dgram.createSocket('udp4');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment