Skip to content

Instantly share code, notes, and snippets.

View mo3et's full-sized avatar
⌨️
Happy Hacking

Monet Lee mo3et

⌨️
Happy Hacking
View GitHub Profile
#!/bin/bash
# Set iptables for clash redir mode

REDIR_PORT=1234
DNS_PORT=2253
UID_OWNER=1000

iptables -t nat -N CLASH
@jonschlinkert
jonschlinkert / markdown-cheatsheet.md
Last active April 11, 2024 04:45
A better markdown cheatsheet.