avatarGuany 的博客
项目文档使用

文档

指南

  • 简介

环境

  • macOS
  • Linux
  • Ubuntu
  • Windows
  • WSL
  • Zsh
  • PowerShell
  • Warp
  • Windows Terminal
  • VS Code
  • Git
  • SSH
  • Docker
  • fnm
  • ni
  • Claude Code
  • fastfetch
  • Raycast
  • ZeroTier

wsl

WSL

配置代理

页面导航

  • 配置代理
sh
export hostip=$(cat /etc/resolv.conf | grep -oP '(?<=nameserver\ ).*')export http_proxy="http://$hostip:7890"export https_proxy="http://$hostip:7890"