Skip to content

IPsec VPN server with i2p, onion and yggdrasil routing

Notifications You must be signed in to change notification settings

dgraziotin/rollter

This branch is 1 commit ahead of, 1 commit behind thedmdim/rollter:main.

Repository files navigation

Rollter

IPsec VPN server with i2p onion and yggdrasil routing

WEB serfing with no limits. Open any sites: onion, i2p and yggdrasil too!

Based on IPsec VPN server by hwdsl2

Requirements

  • docker server

How does it works?

Plans

  • Move from TinyProxy to 3proxy for transparent rounting without necessity to specify proxy in VPN settings

Start server

docker run \
    --name rollter \
    -e VPN_IPSEC_PSK=your_ipsec_pre_shared_key \
    -e VPN_USER=your_vpn_username \
    -e VPN_PASSWORD=your_vpn_password \
    -p 500:500/udp \
    -p 4500:4500/udp \
    -d --privileged \
    thedmdim/rollter

Then, to access TOR/I2P/YGG, connect to http://192.168.42.1:8888

In Windows 10:

  1. Set up a manual VPN l2tp/IPsec connection on Windows 10
  2. Go to Network Connections > VPN
  3. Select your just created VPN connection and click Advanced options
  4. Scroll down to VPN proxy settings
  5. Select manual setup
  6. Enter 192.168.42.1:8888
  7. Connect to the VPN

iOS

  1. Go Settings -> General -> VPN
  2. Select L2TP connection
  3. Scroll down to proxy settings
  4. Select manual
  5. Enter 192.168.42.1:8888
  6. Connect to the VPN

About

IPsec VPN server with i2p, onion and yggdrasil routing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 83.3%
  • Shell 16.7%