Skip to content

tpltnt/tahoe2pf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tahoe2pf

Generate (OpenBSD) pf rules from Tahoe-LAFS configuration. This tool should make running Tahoe-LAFS nodes inside FreeBSD jails a bit more convenient. It assumes to be run inside the Tahoe-LAFS jail and that the external /NATed interface is stored in "$ext_if" as it is often the case. Example run:

./tahoe2pf tahoe.cfg
# port redirection to tahoe node
rdr pass on $ext_if inet proto tcp to port 41304 -> 192.168.23.42 port 41304

references

About

Generate (OpenBSD) pf rules from Tahoe-LAFS configuration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages