1、安装FUSE 2
sudo add-apt-repository universe
sudo apt install libfuse2t64
Debian 12.9 中默认提供了fuse3
2、导入配置文件
3、开启 Allow Lan、System Proxy、Auto Launch、Silent Start
4、修改.bashrc,或/etc/bash.bashrc
export http_proxy=https://localhost:7890
export https_proxy=https://localhost:7890
source ~/.bashrc