Skip to content

Instantly share code, notes, and snippets.

View prateekgogia's full-sized avatar

Prateek Gogia prateekgogia

View GitHub Profile
# Generated by iptables-save v1.8.4 on Sat Mar 5 21:07:17 2022
*mangle
:PREROUTING ACCEPT [170647:181430582]
:INPUT ACCEPT [170453:181408092]
:FORWARD ACCEPT [194:22490]
:OUTPUT ACCEPT [164671:27615554]
:POSTROUTING ACCEPT [164861:27636334]
:KUBE-KUBELET-CANARY - [0:0]
:KUBE-PROXY-CANARY - [0:0]
-A PREROUTING -i eth0 -m comment --comment "AWS, primary ENI" -m addrtype --dst-type LOCAL --limit-iface-in -j CONNMARK --set-xmark 0x80/0x80
@prateekgogia
prateekgogia / cloudSettings
Last active September 29, 2020 02:38
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-09-29T02:38:01.291Z","extensionVersion":"v3.4.3"}
@prateekgogia
prateekgogia / Dockerfile
Last active May 8, 2020 11:23
Dockerfile to build 32 bit Docker container, for 32 bit docker daemon dev version 17.04.0-ce
# This file describes the standard way to build Docker, using docker
#
# Usage:
#
# # Assemble the full dev environment. This is slow the first time.
# docker build -t docker .
#
# # Mount your source in an interactive container for quick testing:
# docker run -v `pwd`:/go/src/github.com/docker/docker --privileged -i -t docker bash
#