Adding 443 inbound for tor
This commit is contained in:
parent
272f654a2e
commit
a012db090c
|
@ -2,6 +2,7 @@
|
|||
<VirtualHost *:443>
|
||||
ServerAdmin webmaster@thunix.net
|
||||
ServerName thunix.net
|
||||
ServerAlias thunixme5v4rnoby.onion
|
||||
DocumentRoot /var/www/thunix.cf
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
|
|
@ -74,6 +74,7 @@ HiddenServicePort 80 127.0.0.1:80
|
|||
#HiddenServiceDir /var/lib/tor/other_hidden_service/
|
||||
#HiddenServicePort 80 127.0.0.1:80
|
||||
HiddenServicePort 22 127.0.0.1:22
|
||||
HiddenServicePort 443 127.0.0.1:443
|
||||
|
||||
################ This section is just for relays #####################
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue