alias proxy='export http_proxy=socks5://127.0.0.1:1080 https_proxy=socks5://127.0.0.1:1080 all_proxy=socks5://127.0.0.1:1080'
alias unproxy='unset http_proxy https_proxy all_proxy'
alias get_ip='curl -i https://ip.cn'

 

相关文章:

  • 2022-02-16
  • 2021-06-19
  • 2022-01-04
  • 2021-07-10
  • 2022-12-23
  • 2021-11-26
  • 2021-09-18
  • 2021-07-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
  • 2021-08-12
相关资源
相似解决方案