mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-08 11:31:01 +00:00
Merge remote branch 'origin'
This commit is contained in:
commit
f5da929286
@ -376,7 +376,9 @@ X
|
||||
$torify = "torsocks";
|
||||
say "Enabling PSYC federation over Tor: Using "
|
||||
. "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
|
||||
|
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
|
||||
# forward .onion requests into Tor
|
||||
# courtesy of tg of secushare.org
|
||||
# if you don't want dnsmasq on your system you
|
||||
# can tell a localhost "unbound" DNS server to
|
||||
# forward .onion requests into Tor.
|
||||
#
|
||||
# courtesy of tg of secushare.org
|
||||
# see the unbound.conf(5) man page for more.
|
||||
|
||||
server:
|
||||
|
@ -159,7 +159,13 @@ _failure_filter_strangers
|
||||
|<message to='[_INTERNAL_target_jabber]' from='[_INTERNAL_source_jabber]' type='error'><body>{_failure_unsupported_function_whisper}</body><error code='503' type='cancel'><service-unavailable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/><text xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>{_failure_filter_strangers}</text></error></message>
|
||||
|
||||
_failure_unsuccessful_delivery_timeout_dialback
|
||||
|## happens so frequently it is mostly just annoying
|
||||
|## happens so frequently it is mostly just annoying (and breaks OTR)
|
||||
|
||||
_failure_unsuccessful_delivery_resolve
|
||||
|## happens almost as frequently and users don't care to know
|
||||
|
||||
_failure_unsuccessful_delivery_repeated
|
||||
|## do users want to know the complete truth about federation?
|
||||
|
||||
_notice_received_email_UNUSED
|
||||
|<message from='[_INTERNAL_source_jabber]' to='[_INTERNAL_target_jabber]' type='headline'><body>{_notice_received_email}</body></message>
|
||||
|
Loading…
Reference in New Issue
Block a user