Skip to content

Instantly share code, notes, and snippets.

View xiaozhu2007's full-sized avatar
🤒
emo

甜力怕 xiaozhu2007

🤒
emo
View GitHub Profile
@xiaozhu2007
xiaozhu2007 / proxy.go
Created April 18, 2022 03:21
一个Golang实现的HTTP(s) Basic Proxy
package main
import (
"bytes"
"fmt"
"io"
"log"
"net"
"net/url"
"strings"
This file has been truncated, but you can view the full file.
阿爸 a1'ba4 18137
阿昌族 a1'chang1'zu2 50849
阿斗 a1'dou3 42632
阿飞 a1'fei1 48603
阿富汗 a1'fu4'han4 3461
阿訇 a1'hong1 34432
阿拉伯数字 a1'la1'bo2'shu4'zi4 35937
阿拉伯语 a1'la1'bo2'yu3 30476
阿妈 a1'ma1 16220
阿门 a1'men2 47913
<?php
error_reporting(E_ERROR);
header("content-Type: text/html; charset=utf-8");
set_time_limit(0);
function Root_CSS()
{
print<<<CSS
<style type="text/css">
* {
padding: 0;