-
- Downloads
First implementation of tor-fw-helper.
tor-fw-helper is a command-line tool to wrap and abstract various firewall port-forwarding tools. This commit matches the state of Jacob's tor-fw-helper branch as of 23 September 2010. (commit msg by Nick)
Showing
- .gitignore 6 additions, 0 deletions.gitignore
- Makefile.am 2 additions, 1 deletionMakefile.am
- configure.in 59 additions, 1 deletionconfigure.in
- doc/spec/tor-fw-helper-spec.txt 44 additions, 0 deletionsdoc/spec/tor-fw-helper-spec.txt
- src/tools/Makefile.am 4 additions, 0 deletionssrc/tools/Makefile.am
- src/tools/tor-fw-helper/Makefile.am 12 additions, 0 deletionssrc/tools/tor-fw-helper/Makefile.am
- src/tools/tor-fw-helper/tor-fw-helper-natpmp.c 142 additions, 0 deletionssrc/tools/tor-fw-helper/tor-fw-helper-natpmp.c
- src/tools/tor-fw-helper/tor-fw-helper-natpmp.h 18 additions, 0 deletionssrc/tools/tor-fw-helper/tor-fw-helper-natpmp.h
- src/tools/tor-fw-helper/tor-fw-helper-upnp.c 125 additions, 0 deletionssrc/tools/tor-fw-helper/tor-fw-helper-upnp.c
- src/tools/tor-fw-helper/tor-fw-helper-upnp.h 32 additions, 0 deletionssrc/tools/tor-fw-helper/tor-fw-helper-upnp.h
- src/tools/tor-fw-helper/tor-fw-helper.c 285 additions, 0 deletionssrc/tools/tor-fw-helper/tor-fw-helper.c
- src/tools/tor-fw-helper/tor-fw-helper.h 33 additions, 0 deletionssrc/tools/tor-fw-helper/tor-fw-helper.h
Loading
Please register or sign in to comment