Skip to content

A Node.js script to reprovision a Streisand Instance on Digital Ocean to a new IP for GFW circumvention

License

Notifications You must be signed in to change notification settings

nickolasclarke/juke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Juke

A Node.js script to reprovision a Streisand Instance to a new IP for GFW circumvention on Digital Ocean

Prerequisites:

Remote:

  • A running Streisand droplet deployed on Digital Ocean
    • The initial droplet created by streisand should have a snapshot taken after creation. All new droplets created with Juke first check for a snapshot, and if that is not found then it uses the Droplet's image_id.
    • Droplet name should contain the string streisand-. I use the convention streisand-month-day-hour.minute i.e. streisand-01-20-14.46 which is what Juke will use when recreating the droplet.
  • A Digital Ocean API token with read/write access
  • (optional) A domain configured on Digital Ocean with an A record pointing at your Streisand droplet's IP

Local:

  • NPM, Node installed at node@>=6.0.0

Installation and Use:

  • Checkout this repository and cd to dir: git checkout [email protected]:nickolasclarke/juke.git && cd juke
  • Install node dependencies: npm install
  • Run with node juke.js
  • If using an IP in your Shadowsocks client configuration, update it to reflect the new server's IP

Current Limitations:

  • Currently only reconfigures the Shadowsocks service for use
  • The https:// and tor:// gateways are also unavailble upon redeployment, which contains the client configuration details, mirrors, etc.

TODO:

  • Testing suite
  • Refactor to use async/await
  • Handle network failures gracefully
  • Add automatic reconfiguration for other services besides Shadowsocks
  • make domain optional
  • add generic error handler for fatal and non fatal reporting

About

A Node.js script to reprovision a Streisand Instance on Digital Ocean to a new IP for GFW circumvention

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages