Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
<html>
<body>
From fairest creatures we desire increase,
That thereby beauty's rose might never die,
But as the riper should by time decease,
His tender heir might bear his memory:
But thou contracted to thine own bright eyes,
Feed'st thy light's flame with self-substantial fuel,
Making a famine where abundance lies,
Thy self thy foe, to thy sweet self too cruel:
@phillip-stephens
phillip-stephens / output.json
Last active December 18, 2024 18:47
example.com --all-nameservers output
{
"name": "example.com",
"results": {
"A": {
"data": {
"per_layer_responses": {
".": [
{
"nameserver": "d.root-servers.net",
"result": {
@phillip-stephens
phillip-stephens / .golangci.yml
Created June 4, 2024 19:27 — forked from maratori/.golangci.yml
Golden config for golangci-lint
# This code is licensed under the terms of the MIT license https://opensource.org/license/mit
# Copyright (c) 2021 Marat Reymers
## Golden config for golangci-lint v1.59.0
#
# This is the best config for golangci-lint based on my experience and opinion.
# It is very strict, but not extremely strict.
# Feel free to adapt and change it for your needs.
run: