Skip to content
Snippets Groups Projects
Commit af7e2c39 authored by Bob Mottram's avatar Bob Mottram
Browse files

riseup exim router

parent adf1c2aa
No related branches found
No related tags found
No related merge requests found
......@@ -176,8 +176,14 @@ function configure_email_onion {
{ echo "ONION_RELAYDB=/etc/exim4/onionrelay.cdb";
echo "domainlist onion_relays = cdb;ONION_RELAYDB"; } > /etc/exim4/conf.d/main/48_exim4-config_onion_relays
{ echo "# send things over tor where we have an entry for it";
echo "onionrelays:";
{ echo "riseup:";
echo " driver = manualroute";
echo " domains = riseup.net";
echo " transport = onion_relay";
echo " route_data = \${lookup dnsdb{a=wy6zk3pmcwiyhiao.onion}}";
echo " no_more"; } > /etc/exim4/conf.d/router/49_exim4-config-riseup
{ echo "onionrelays:";
echo " driver = manualroute";
echo " domains = +onion_relays";
echo " transport = onion_relay";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment