You've already forked dev-sidecar
mirror of
https://github.com/docmirror/dev-sidecar.git
synced 2025-11-26 14:10:40 +08:00
7 lines
271 B
JavaScript
7 lines
271 B
JavaScript
const pac = require('../src/lib/proxy/middleware/source/pac')
|
|
const string = pac.FindProxyForURL('https://www.facebook.com', 'www.facebook.com')
|
|
console.log(string)
|
|
|
|
const string2 = pac.FindProxyForURL('https://http2.golang.org', 'http2.golang.org')
|
|
console.log(string2)
|