wsl设置全局代理自动设置代理自动化脚本#!/bin/sh
#hostip=$(cat /etc/resolv.conf | grep nameserver | awk '{ print $2 }')
hostip=1
2022-07-17