├── README.md ├── blackbox-exporter ├── README.md ├── blackbox.yml └── install.sh ├── caddy ├── README.md └── install.sh ├── dd └── README.md ├── ddns ├── README.md └── ddns.sh ├── fping-exporter ├── README.md └── install.sh ├── gost ├── README.md └── install.sh ├── hostname ├── README.md └── hostname.sh ├── network ├── README.md └── network.sh ├── nginx ├── README.md └── install.sh ├── node-exporter ├── README.md └── install.sh ├── ocserv ├── README.md └── install.sh ├── oracle ├── README.md ├── firewall.sh └── ipv6.sh ├── postgresql ├── README.md └── install.sh ├── realm ├── README.md └── install.sh ├── shadow-tls ├── README.md └── install.sh ├── shadowsocks ├── README.md └── install.sh ├── sing-box ├── README.md ├── client-bypass-china-example.json ├── client-global-example.json ├── cm-cloud-phone-server-example.json └── install.sh ├── snell ├── README.md └── install.sh ├── sniproxy ├── README.md └── install.sh ├── ssh ├── README.md └── ssh.sh ├── swap ├── README.md └── swap.sh └── wireguard ├── README.md └── install.sh /README.md: -------------------------------------------------------------------------------- 1 | # Common Scripts 2 | -------------------------------------------------------------------------------- /blackbox-exporter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/blackbox-exporter/README.md -------------------------------------------------------------------------------- /blackbox-exporter/blackbox.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/blackbox-exporter/blackbox.yml -------------------------------------------------------------------------------- /blackbox-exporter/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/blackbox-exporter/install.sh -------------------------------------------------------------------------------- /caddy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/caddy/README.md -------------------------------------------------------------------------------- /caddy/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/caddy/install.sh -------------------------------------------------------------------------------- /dd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/dd/README.md -------------------------------------------------------------------------------- /ddns/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/ddns/README.md -------------------------------------------------------------------------------- /ddns/ddns.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/ddns/ddns.sh -------------------------------------------------------------------------------- /fping-exporter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/fping-exporter/README.md -------------------------------------------------------------------------------- /fping-exporter/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/fping-exporter/install.sh -------------------------------------------------------------------------------- /gost/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/gost/README.md -------------------------------------------------------------------------------- /gost/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/gost/install.sh -------------------------------------------------------------------------------- /hostname/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/hostname/README.md -------------------------------------------------------------------------------- /hostname/hostname.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/hostname/hostname.sh -------------------------------------------------------------------------------- /network/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/network/README.md -------------------------------------------------------------------------------- /network/network.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/network/network.sh -------------------------------------------------------------------------------- /nginx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/nginx/README.md -------------------------------------------------------------------------------- /nginx/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/nginx/install.sh -------------------------------------------------------------------------------- /node-exporter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/node-exporter/README.md -------------------------------------------------------------------------------- /node-exporter/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/node-exporter/install.sh -------------------------------------------------------------------------------- /ocserv/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/ocserv/README.md -------------------------------------------------------------------------------- /ocserv/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/ocserv/install.sh -------------------------------------------------------------------------------- /oracle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/oracle/README.md -------------------------------------------------------------------------------- /oracle/firewall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/oracle/firewall.sh -------------------------------------------------------------------------------- /oracle/ipv6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/oracle/ipv6.sh -------------------------------------------------------------------------------- /postgresql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/postgresql/README.md -------------------------------------------------------------------------------- /postgresql/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/postgresql/install.sh -------------------------------------------------------------------------------- /realm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/realm/README.md -------------------------------------------------------------------------------- /realm/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/realm/install.sh -------------------------------------------------------------------------------- /shadow-tls/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/shadow-tls/README.md -------------------------------------------------------------------------------- /shadow-tls/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/shadow-tls/install.sh -------------------------------------------------------------------------------- /shadowsocks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/shadowsocks/README.md -------------------------------------------------------------------------------- /shadowsocks/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/shadowsocks/install.sh -------------------------------------------------------------------------------- /sing-box/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/sing-box/README.md -------------------------------------------------------------------------------- /sing-box/client-bypass-china-example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/sing-box/client-bypass-china-example.json -------------------------------------------------------------------------------- /sing-box/client-global-example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/sing-box/client-global-example.json -------------------------------------------------------------------------------- /sing-box/cm-cloud-phone-server-example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/sing-box/cm-cloud-phone-server-example.json -------------------------------------------------------------------------------- /sing-box/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/sing-box/install.sh -------------------------------------------------------------------------------- /snell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/snell/README.md -------------------------------------------------------------------------------- /snell/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/snell/install.sh -------------------------------------------------------------------------------- /sniproxy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/sniproxy/README.md -------------------------------------------------------------------------------- /sniproxy/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/sniproxy/install.sh -------------------------------------------------------------------------------- /ssh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/ssh/README.md -------------------------------------------------------------------------------- /ssh/ssh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/ssh/ssh.sh -------------------------------------------------------------------------------- /swap/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/swap/README.md -------------------------------------------------------------------------------- /swap/swap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/swap/swap.sh -------------------------------------------------------------------------------- /wireguard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/wireguard/README.md -------------------------------------------------------------------------------- /wireguard/install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/midori01/common-scripts/HEAD/wireguard/install.sh --------------------------------------------------------------------------------