From 4aa7aebfc28327abd310582e60c8c1c7838fad31 Mon Sep 17 00:00:00 2001 From: Rupert Edwards Date: Sun, 23 Apr 2017 22:19:02 -0400 Subject: [PATCH] Fix Firefox .onion server not found error --- Troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index a550162..8bd5b0e 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -16,8 +16,8 @@ Search: blockDotOnion **Change from: true** -`network.dns.blockDotOnion user bolean true` +`network.dns.blockDotOnion user set bolean true` **[Change to: false](https://drive.google.com/open?id=0B79r4wTVj-CZSkZieEVCWUtKRVE)** -`network.dns.blockDotOnion user boolean false` \ No newline at end of file +`network.dns.blockDotOnion user set boolean false` \ No newline at end of file