changed how print works.

This commit is contained in:
idk
2018-08-09 15:19:07 -04:00
parent 61d0a3557a
commit 84561ce3d5
4 changed files with 80 additions and 45 deletions

View File

@ -75,7 +75,7 @@ Normal web applications can easily add the ability to serve itself over i2p by
importing and configuring this forwarding doodad. Wherever it takes the argument
for the web server's listening host and/or port, pass that same host and/or port
to a new instance of the "SAMForwarder" and then run the "Serve" function of the
SAMForwarder as a gorouting. This simply forwards the running service to the i2p
SAMForwarder as a goroutine. This simply forwards the running service to the i2p
network, it doesn't do any filtering, and if your application establishes
out-of-band connections, those may escape. Also, if your application is
listening on all addresses, it will be visible from the local network.
@ -155,7 +155,7 @@ their own projects. An i2p-native static site generator in the style of jekyll
Haha. Well shit. I migrated colluding\_sites\_attack to auto-configure using
the forwarder and the X-I2p-Dest* headers aren't passed through. Implies some
interesting arrangements, but also makes my software useless in it's present
state. I mean I know what I did with si-i2p-plugin works, so it's not that
important. I'll have to look for a way to make this behavior configurable
though.
interesting arrangements, but also makes colluding\_sites\_attack useless in
it's present state. I mean I know what I did with si-i2p-plugin works, so it's
not that important. I'll have to look for a way to make this behavior
configurable though.