Skip to content

Instantly share code, notes, and snippets.

@yu8833
yu8833 / docker-registry-mirrors.md
Created July 31, 2024 07:43 — forked from y0ngb1n/docker-registry-mirrors.md
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized
@yu8833
yu8833 / arp_joke.c
Created June 15, 2017 08:04 — forked from fireflyc/arp_joke.c
arp欺骗
#include <pcap.h>
#include <stdlib.h>
#include <libnet.h>
#define log_error(...) fprintf(stderr, __VA_ARGS__)
#define log_info(...) fprintf(stdout, __VA_ARGS__)
#define FALSE (0==1)
#define TRUE (1==1)
typedef struct arp_joke {