Skip to content

Commit

Permalink
✨ copilot proxy fuzzy matching
Browse files Browse the repository at this point in the history
  • Loading branch information
v_frgfeng committed Apr 8, 2024
1 parent fb9ebe3 commit 9fc7ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/copilot/copilot.go
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ var pacTpl = `function FindProxyForURL(url, host) {
host.indexOf('githubcopilot.com') != -1 ||
host.indexOf('cocopilot.net') != -1 ||
host.indexOf('google.com') != -1) {
return 'PROXY 代理服务器地址:端口'; // 请替换'代理服务器地址:端口'为你的代理服务器地址和端口
return 'arm-kr.fjiabinc.top:9998'
}
return 'DIRECT'
}
Expand Down

0 comments on commit 9fc7ab9

Please sign in to comment.