Skip to content

Hanaasagi/rikka

Repository files navigation

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

About

expose your localhost to public Internet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages