Updating to tor v3 hidden service. v2 has been deprecated
This commit is contained in:
parent
73e9c5c2fa
commit
74e29dfdc9
|
@ -1,7 +1,7 @@
|
|||
<VirtualHost *:80>
|
||||
ServerAdmin webmaster@thunix.net
|
||||
ServerName thunix.net
|
||||
ServerAlias thunixme5v4rnoby.onion thunix.tilde
|
||||
ServerAlias i5pmp326di6rgydkk4vzjbevncwkdreli2aak72btpg7sofhsadqqeid.onion thunix.tilde
|
||||
DocumentRoot /var/www/thunix.cf
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
|
|
@ -70,11 +70,9 @@
|
|||
|
||||
HiddenServiceDir /var/lib/tor/hidden_service/
|
||||
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
|
||||
HiddenServiceVersion 3
|
||||
|
||||
################ This section is just for relays #####################
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue