Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serve static content on "node hostname" #44

Closed
fpietrosanti opened this issue Aug 1, 2012 · 1 comment
Closed

Serve static content on "node hostname" #44

fpietrosanti opened this issue Aug 1, 2012 · 1 comment

Comments

@fpietrosanti
Copy link
Contributor

This feature describe the ability for a Tor2web node to serve static content over it's own specific IP or Hostname.

A tor2web node have to associate a unique identifier, being this an IP address or an hostname.

Over that unique identifier the Tor2web node must serve static files over http and https.

This feature is useful for a tor2web node that want to:

  • Provide a standard abuse disclaimer and/or general information (an index.html)
  • Publish system collected information (like the ones generated by mrtg)

The configuration file by default should be enabled and point, as a webroot, to the directory /static/tor2website/ with a default, standard index.html file .

The configuration by default should use the external IP address of the hostname, but it should be possible to optionally configure also another hostname (for example mytor2webnode.mydomain.org) .

@evilaliv3
Copy link
Contributor

implemented in commit: commit/f29ddb5498b175e9f3a1753609b691358d903979

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants