26 lines
633 B
Java
26 lines
633 B
Java
package org.torproject.android;
|
|
|
|
|
|
//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
|
|
*/
|
|
|