mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-09 12:01:00 +00:00
it's even simpler with dnsmasq! thanks, alice!
This commit is contained in:
parent
25317717e1
commit
8569644285
@ -376,7 +376,9 @@ X
|
|||||||
$torify = "torsocks";
|
$torify = "torsocks";
|
||||||
say "Enabling PSYC federation over Tor: Using "
|
say "Enabling PSYC federation over Tor: Using "
|
||||||
. "torsocks wrapper around psyced.\n";
|
. "torsocks wrapper around psyced.\n";
|
||||||
say "Warning: Maybe, if you install unbound.conf, it actually works.\n"
|
say "Warning: Make sure either dnsmasq.conf or "
|
||||||
|
. "unbound.conf are in\n"
|
||||||
|
. "place for .onion resolution to function.\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
## ldmud bug number two
|
## ldmud bug number two
|
||||||
|
8
tor/dnsmasq.conf
Normal file
8
tor/dnsmasq.conf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# if you already have dnsmasq on your system,
|
||||||
|
# this should go into /etc/dnsmasq.conf:
|
||||||
|
|
||||||
|
server=/onion/127.0.0.1#9053
|
||||||
|
|
||||||
|
# or you can pass --server=/onion/127.0.0.1#9053
|
||||||
|
# to dnsmasq on the command line
|
||||||
|
|
@ -1,7 +1,8 @@
|
|||||||
# tell a localhost "unbound" DNS server to
|
# if you don't want dnsmasq on your system you
|
||||||
# forward .onion requests into Tor
|
# can tell a localhost "unbound" DNS server to
|
||||||
# courtesy of tg of secushare.org
|
# forward .onion requests into Tor.
|
||||||
#
|
#
|
||||||
|
# courtesy of tg of secushare.org
|
||||||
# see the unbound.conf(5) man page for more.
|
# see the unbound.conf(5) man page for more.
|
||||||
|
|
||||||
server:
|
server:
|
||||||
|
Loading…
Reference in New Issue
Block a user