Skip to content

123ojp/Iodine-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

iodine DNS Tunnel with SSH quick start

DNS

  1. set two domain records
tunnel		IN	NS	ns1.mydomain.com.		; THIS IS the DOMAIN YOU NEED TO WRITE IN SETTING
ns1		IN	A	1.1.1.1				; POINT TO YOUR IP

Server

  1. git clone this project
  2. manage file setting dns password in docker-compose.yml
  3. docker-compose up -d

Client

Ubuntu

  1. install iodine apt install iodine
  2. run command with your password and domain name iodine -f -P {PASSWORD} {DNS}
    • ex. iodine -f -P "aaaa" "tunnel.mydomain.com"
  3. get SSH Tunnel for a proxy ssh -D 8080 sshproxy@10.1.1.1 and password is sshproxy
  4. set your proxy to 127.0.0.1:8080 with SOCK
  5. enjoy it!

Windows

  1. install tap driver http://build.openvpn.net/downloads/releases/tap-windows-9.9.2_3.exe (please note the version)
  2. download iodine https://code.kryo.se/iodine/iodine-0.7.0-windows.zip
  3. run command with your password and domain name iodine -f -P {PASSWORD} {DNS} with admin
    • ex. iodine -f -P -f -I1 "aaaa" "tunnel.mydomain.com"
  4. get SSH Tunnel for a proxy ssh -D 8080 sshproxy@10.1.1.1 and password is sshproxy
  5. set your proxy to 127.0.0.1:8080 with SOCK
  6. enjoy it!

About

iodine DNS Tunnel Docker快速啟動

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published