]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
accept port 81 by default also, since people have been asking for it
authorRoger Dingledine <arma@torproject.org>
Tue, 4 May 2004 22:46:19 +0000 (22:46 +0000)
committerRoger Dingledine <arma@torproject.org>
Tue, 4 May 2004 22:46:19 +0000 (22:46 +0000)
svn:r1784

src/or/router.c

index 8f43e224e2db1be41f8144b30698de5811856fbd..d404e6c7c2b5502f9495415e5582d20622ec2bde 100644 (file)
@@ -376,7 +376,7 @@ static void router_add_exit_policy_from_config_helper(const char *s, routerinfo_
   }
 }
 
-#define DEFAULT_EXIT_POLICY "reject 0.0.0.0/8,reject 169.254.0.0/16,reject 127.0.0.0/8,reject 192.168.0.0/16,reject 10.0.0.0/8,reject 172.16.0.0/12,accept *:20-22,accept *:53,accept *:79-80,accept *:110,accept *:143,accept *:443,accept *:873,accept *:993,accept *:995,accept *:1024-65535,reject *:*"
+#define DEFAULT_EXIT_POLICY "reject 0.0.0.0/8,reject 169.254.0.0/16,reject 127.0.0.0/8,reject 192.168.0.0/16,reject 10.0.0.0/8,reject 172.16.0.0/12,accept *:20-22,accept *:53,accept *:79-81,accept *:110,accept *:143,accept *:443,accept *:873,accept *:993,accept *:995,accept *:1024-65535,reject *:*"
 
 /* Set the exit policy on 'router' to match the exit policy in the current
  * configuration file.  If the exit policy doesn't have a catch-all rule,