Skip to content

Instantly share code, notes, and snippets.

@kaimi-
kaimi- / gist:6b3c99538dce9e3d29ad647b325007c1
Last active March 30, 2026 11:00
Possible IP Bypass HTTP Headers
CACHE_INFO: 127.0.0.1
CF_CONNECTING_IP: 127.0.0.1
CF-Connecting-IP: 127.0.0.1
CLIENT_IP: 127.0.0.1
Client-IP: 127.0.0.1
COMING_FROM: 127.0.0.1
CONNECT_VIA_IP: 127.0.0.1
FORWARD_FOR: 127.0.0.1
FORWARD-FOR: 127.0.0.1
FORWARDED_FOR_IP: 127.0.0.1
@kaimi-
kaimi- / Dockerfile
Created January 25, 2022 10:57
A-Bot under Alpine Linux environment with glibc in Docker
# A-Bot under Alpine Linux environment with glibc in Docker
#
# docker build --tag abot-alpine:1.0 .
# docker run -it --rm -v ${PWD}:/opt/abot-data --name abot-alpine abot-alpine:1.0
#
# Referal (BEP20): 0x6c13cc78c20f8123db1b52bc1fc90174edb55a55
#
FROM alpine:3.14
ENV LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LANGUAGE=en_US.UTF-8
ENV GLIBC_REPO=https://github.com/sgerrand/alpine-pkg-glibc