Skip to content

Instantly share code, notes, and snippets.

View cedooo's full-sized avatar
๐Ÿ’ญ
ๅ†™BUG๏ผŒๆ”นBUGใ€‚

CeDo cedooo

๐Ÿ’ญ
ๅ†™BUG๏ผŒๆ”นBUGใ€‚
  • China,Sichuan
View GitHub Profile
@dianqk
dianqk / iptables_1.sh
Last active June 1, 2024 08:48
ไฝฟ็”จๅŸบไบŽ tproxy ็š„ clash ๅค„็†ๅค–็ฝ‘ๆต้‡๏ผˆๅŒๆ—ถ่งฃๅ†ณๅœจๅค–้ข่ฎฟ้—ฎๅฎถ้‡Œๅ†…็ฝ‘้—ฎ้ข˜๏ผ‰
#!/usr/bin/env bash
iptables -t mangle -N DIVERT
iptables -t mangle -A DIVERT -d 100.64.0.0/10 -j RETURN
iptables -t mangle -A DIVERT -d 127.0.0.0/8 -j RETURN
iptables -t mangle -A DIVERT -d 169.254.0.0/16 -j RETURN
iptables -t mangle -A DIVERT -d 192.0.0.0/24 -j RETURN
iptables -t mangle -A DIVERT -d 224.0.0.0/4 -j RETURN
iptables -t mangle -A DIVERT -d 240.0.0.0/4 -j RETURN
iptables -t mangle -A DIVERT -d 255.255.255.255/32 -j RETURN
from flask import Flask
from flask_restful import Api, Resource, reqparse
app = Flask(__name__)
api = Api(app)
users = [
{
"name": "Nicholas",
"age": 42,
@rxaviers
rxaviers / gist:7360908
Last active May 10, 2026 00:07
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: ๐Ÿ˜„ :smile: ๐Ÿ˜† :laughing:
๐Ÿ˜Š :blush: ๐Ÿ˜ƒ :smiley: โ˜บ๏ธ :relaxed:
๐Ÿ˜ :smirk: ๐Ÿ˜ :heart_eyes: ๐Ÿ˜˜ :kissing_heart:
๐Ÿ˜š :kissing_closed_eyes: ๐Ÿ˜ณ :flushed: ๐Ÿ˜Œ :relieved:
๐Ÿ˜† :satisfied: ๐Ÿ˜ :grin: ๐Ÿ˜‰ :wink:
๐Ÿ˜œ :stuck_out_tongue_winking_eye: ๐Ÿ˜ :stuck_out_tongue_closed_eyes: ๐Ÿ˜€ :grinning:
๐Ÿ˜— :kissing: ๐Ÿ˜™ :kissing_smiling_eyes: ๐Ÿ˜› :stuck_out_tongue: