http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/txtorcon-config.html
To create an additional hidden service, append a new instance of
this class to the config (ignore the conf argument): state . hiddenservices . append ( HiddenService ( '/path/to/dir' , [ '80 127.0.0.1:1234' ])) config is the TorConfig to which this will belong, thedir
corresponds to ‘HiddenServiceDir’ and will ultimately contain
a ‘hostname’ and ‘private_key’ file, ports is a list of lines
corresponding to HiddenServicePort (like ‘80 127.0.0.1:1234’
to advertise a hidden service at port 80...