runet-censorship-bypass/pac-generator/src/blocked-hosts-binary.js

4 lines
133 B
JavaScript
Raw Normal View History

2015-11-28 12:20:45 +03:00
'use strict';
module.exports = (hosts, ips, generator, generatePac) => generatePac( require('./ifBinaryFound'), 'host', hosts );