Skip to content

Keroosha/simple-pac-hoster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-pac-hoster

Simple app to hack SOCKS proxies on iOS

Configuration

You can set a port to host on via ENV variable

KEROOSHA_PAC_PORT=911 // by default

Running

Just launch index.js or spawn a docker container

docker run -e KEROOSHA_PAC_PORT=911 \
    -p 8000:911 \
    --name pacProxy -d \
    keroosha/simple-pac-hoster

After you can set your device to use Auto configurable proxy by any path

http://path.org/?url=example.org&type=SOCKS

response: 

function FindProxyForURL(url, host)
{
    return "SOCKS example.org";
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published