2015-02-02 16:04:32 +00:00
|
|
|
package org.torproject.android.service;
|
2010-07-28 04:43:58 +00:00
|
|
|
|
|
|
|
|
|
|
|
//list view with add/remove hidden services - user is prompted for port
|
|
|
|
|
|
|
|
public class HiddenServiceManager {
|
|
|
|
|
|
|
|
}
|
|
|
|
/*
|
|
|
|
*
|
|
|
|
* ## Once you have configured a hidden service, you can look at the
|
|
|
|
## contents of the file ".../hidden_service/hostname" for the address
|
|
|
|
## to tell people.
|
|
|
|
##
|
|
|
|
## HiddenServicePort x y:z says to redirect requests on port x to the
|
|
|
|
## address y:z.
|
|
|
|
|
|
|
|
#HiddenServiceDir @LOCALSTATEDIR@/lib/tor/hidden_service/
|
|
|
|
#HiddenServicePort 80 127.0.0.1:80
|
|
|
|
|
|
|
|
#HiddenServiceDir @LOCALSTATEDIR@/lib/tor/other_hidden_service/
|
|
|
|
#HiddenServicePort 80 127.0.0.1:80
|
|
|
|
#HiddenServicePort 22 127.0.0.1:22
|
|
|
|
*/
|
|
|
|
|