├── README ├── _sysctl.conf ├── config.json.example ├── configure_proxy.sh ├── setup.sh ├── shim.js ├── socket.io.js └── views └── shim.ejs /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marstall/shim/HEAD/README -------------------------------------------------------------------------------- /_sysctl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marstall/shim/HEAD/_sysctl.conf -------------------------------------------------------------------------------- /config.json.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marstall/shim/HEAD/config.json.example -------------------------------------------------------------------------------- /configure_proxy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marstall/shim/HEAD/configure_proxy.sh -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marstall/shim/HEAD/setup.sh -------------------------------------------------------------------------------- /shim.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marstall/shim/HEAD/shim.js -------------------------------------------------------------------------------- /socket.io.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marstall/shim/HEAD/socket.io.js -------------------------------------------------------------------------------- /views/shim.ejs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/marstall/shim/HEAD/views/shim.ejs --------------------------------------------------------------------------------