summarylogtreecommitdiffstats
path: root/tor-router.install
diff options
context:
space:
mode:
authorEduard Tolosa2024-01-17 19:07:12 -0500
committerEduard Tolosa2024-01-17 19:07:12 -0500
commita551bc3675d5bca95b941b5dd672557264af7b78 (patch)
treece00001ff12729a85564c0b6d7702c5c8a7777c9 /tor-router.install
parent0748d6729289649e6f9c761855d2502be8c91dbb (diff)
downloadaur-tor-router.tar.gz
Bump package.
Diffstat (limited to 'tor-router.install')
-rw-r--r--tor-router.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/tor-router.install b/tor-router.install
index 5d1b450dadc3..3bc2774f32bc 100644
--- a/tor-router.install
+++ b/tor-router.install
@@ -12,7 +12,7 @@ post_install() {
echo -e "Making a backup of your torrc file, if you have problems with the new configuration, delete $torconfig and move $torconfigbackup to $torconfig"
cp "$torconfig" "$torconfigbackup"
echo -e "Configuring the torrc file to use TOR as a transparent proxy..."
- echo -e "\n# Seting up TOR transparent proxy for tor-router\nVirtualAddrNetwork 10.192.0.0/10\nAutomapHostsOnResolve 1\nTransPort 9040\nDNSPort 5353" >> "$torconfig"
+ echo -e "\n# Seting up TOR transparent proxy for tor-router\nVirtualAddrNetwork 10.192.0.0/10\nAutomapHostsOnResolve 1\nTransPort 9040\nDNSPort 6669" >> "$torconfig"
fi
}