Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 865 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 865 Bytes

rikka

Build Status

Let you visit localhost behind NAT or Firewall

It need Python 3.6 and above

Usage

run master in you server which have public ip address (for example 134.233.56.79)

$ rkserver -t 0.0.0.0:25362 -b 0.0.0.0:8080

run slave in localhost

$ rklocal -t 134.233.56.79:25362 -d localhost:80

Then, visit 134.233.56.79:8080, you will see the same page as localhost:80

Of course, it's just forwarding TCP traffic transparently. You can use any application layer protocol at will.

Why rikka

rikka a word from Japanese that means "snow".

License

MIT