Skip to content

Instantly share code, notes, and snippets.

View frogkind's full-sized avatar

Chuang Zheng frogkind

View GitHub Profile
@frogkind
frogkind / openvpn.user
Last active June 25, 2024 11:43
openwrt auto set tinyproxy bind when openvpn tun0 up (location: /etc/openvpn.user)
#!/bin/sh
#
# This file is interpreted as shell script.
# Put your custom openvpn action here, they will
# be executed with each opevnp event.
#
# $ACTION
# <down> down action is generated after the TUN/TAP device is closed
# <up> up action is generated after the TUN/TAP device is opened
# $INSTANCE Name of the openvpn instance which went up or down
@frogkind
frogkind / .Cloud.md
Created January 2, 2024 10:14 — forked from imba-tjd/.Cloud.md
☁️ 一些免费的云资源

IaaS指提供系统(可以自己选)或者储存空间之类的硬件,软件要自己手动装;PaaS提供语言环境和框架(可以自己选);SaaS只能使用开发好的软件(卖软件本身);BaaS一般类似于非关系数据库,但各家不通用,有时还有一些其它东西。

其他人的集合