Skip to content

Instantly share code, notes, and snippets.

View mars64's full-sized avatar
:octocat:
derpin hard

Marcial White mars64

:octocat:
derpin hard
View GitHub Profile
@mars64
mars64 / default-backend.yaml
Last active September 15, 2021 16:27
default 404 backend
apiVersion: apps/v1
kind: Deployment
metadata:
name: default-http-backend
namespace: default
spec:
replicas: 1
selector:
matchLabels:
app: default-http-backend

Keybase proof

I hereby claim:

  • I am mars64 on github.
  • I am mars64 (https://keybase.io/mars64) on keybase.
  • I have a public key ASBXZz34x3HrQToX7r3M464CVESrp1fDMbB1FxFGzMwBrgo

To claim this, I am signing this object:

@mars64
mars64 / check-spf.py
Last active December 2, 2021 13:32 — forked from mzupan/check-spf.py
SPF dns lookup nagios check
#!/usr/bin/env python
#
# usage: ./check-spf.py domain.com
#
# author: mike@zcentric.com
#
#
import sys