Welcome!

ZeroOmega

https://github.com/zero-peak/ZeroOmega

Hysteria

bash <(curl -fsSL https://get.hy2.sh/)
## config.yaml
server: your.domain.net:443 
auth: Se7RAuFZ8Lzg 
bandwidth: 
  up: 20 mbps
  down: 100 mbps
socks5:
  listen: 127.0.0.1:1080 
http:
  listen: 127.0.0.1:8080
tls:
  insecure: true  

github pages自定义域名配置

DNS类型 记录名
ggll.xyz A @ 185.199.[108~111].153
ggll.xyz AAAA @ 2606:50c0:[8000~8001]::153
ggll.xyz ALIAS 或 ANAME @ xtod.github.io
www.ggll.xyz CNAME www.ggll.xyz. xtod.github.io

一些链接