Skip to content

Instantly share code, notes, and snippets.

@firefirer1983
Last active April 8, 2020 06:42
Show Gist options
  • Save firefirer1983/f19d97340621873ed1f2092cf61bd8e5 to your computer and use it in GitHub Desktop.
Save firefirer1983/f19d97340621873ed1f2092cf61bd8e5 to your computer and use it in GitHub Desktop.
lepton设置

lepton设置

代理设置

由于某些原因Github gist在国内访问非常慢或者无法打开,可以在~/.leptonrc配置代理访问,内容如下:

{
	"proxy": {
        "enable": true,
        "address": "socks://127.0.0.1:17720"
	}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment