You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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)
|