Skip to content

kstm-su/dnsvpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dnsvpn

VPN over DNS Record

Dependency

  • python3.5

  • scapy-python3

  • tuntap

  • Debian, Ubuntu

    1. sudo apt-get install python3
    2. sudo pip3 install scapy-python3
    3. sudo ./server.py or sudo ./client.py
  • MacOSX

    1. brew install python3
    2. brew install libdnet
    3. sudo pip3 install scapy-python3
    4. sudo ./server.py or sudo ./client.py

Releases

No releases published

Packages

No packages published