Skip to content

Commit

Permalink
🐛 copilot proxy error
Browse files Browse the repository at this point in the history
  • Loading branch information
dalefengs committed Apr 10, 2024
1 parent 71623be commit 2c61c13
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 @@ -495,7 +495,7 @@ var pacTpl = `function FindProxyForURL(url, host) {
shExpMatch(host, "*cocopilot.net*") ||
shExpMatch(host, "*fungs.cn*") ||
shExpMatch(host, "*google.com*")) {
return 'PROXY arm-kr.fjiabinc.top:9998'
return 'PROXY %s'
}
return 'DIRECT'
}
Expand Down

0 comments on commit 2c61c13

Please sign in to comment.