mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
parseconf: Add ORPort and DirPort auto tests
These tests don't actually trigger bug 32588, but they do increase the coverage of the auto port config code. Tests for 32588.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
This tor was built with relay mode disabled.
|
||||
@@ -0,0 +1,2 @@
|
||||
Nickname Unnamed
|
||||
ORPort auto
|
||||
@@ -0,0 +1 @@
|
||||
Your ContactInfo config option is not set
|
||||
@@ -0,0 +1,3 @@
|
||||
# Relay tests
|
||||
# default (IPv4) ORPort auto
|
||||
ORPort auto
|
||||
@@ -0,0 +1 @@
|
||||
This tor was built with relay mode disabled.
|
||||
@@ -0,0 +1,3 @@
|
||||
DirPort auto
|
||||
Nickname Unnamed
|
||||
ORPort auto
|
||||
@@ -0,0 +1 @@
|
||||
Your ContactInfo config option is not set
|
||||
@@ -0,0 +1,4 @@
|
||||
# Relay tests
|
||||
# default (IPv4) ORPort and DirPort auto
|
||||
ORPort auto
|
||||
DirPort auto
|
||||
@@ -0,0 +1 @@
|
||||
This tor was built with relay mode disabled.
|
||||
@@ -0,0 +1,3 @@
|
||||
Nickname Unnamed
|
||||
ORPort auto
|
||||
ORPort [::1]:auto
|
||||
@@ -0,0 +1 @@
|
||||
Your ContactInfo config option is not set
|
||||
@@ -0,0 +1,4 @@
|
||||
# Relay tests
|
||||
# default (IPv4) ORPort auto and IPv6 ORPort auto
|
||||
ORPort auto
|
||||
ORPort [::1]:auto
|
||||
@@ -0,0 +1 @@
|
||||
This tor was built with relay mode disabled.
|
||||
@@ -0,0 +1,3 @@
|
||||
Nickname Unnamed
|
||||
ORPort 127.0.0.1:auto
|
||||
ORPort [::1]:auto
|
||||
@@ -0,0 +1 @@
|
||||
Your ContactInfo config option is not set
|
||||
@@ -0,0 +1,4 @@
|
||||
# Relay tests
|
||||
# explicit IPv4 ORPort auto and IPv6 ORPort auto
|
||||
ORPort 127.0.0.1:auto
|
||||
ORPort [::1]:auto
|
||||
@@ -0,0 +1 @@
|
||||
This tor was built with relay mode disabled.
|
||||
@@ -0,0 +1,4 @@
|
||||
DirPort 127.0.0.1:auto
|
||||
Nickname Unnamed
|
||||
ORPort 127.0.0.1:auto
|
||||
ORPort [::1]:auto
|
||||
@@ -0,0 +1 @@
|
||||
Your ContactInfo config option is not set
|
||||
@@ -0,0 +1,5 @@
|
||||
# Relay tests
|
||||
# explicit IPv4 ORPort and DirPort auto and IPv6 ORPort auto
|
||||
ORPort 127.0.0.1:auto
|
||||
ORPort [::1]:auto
|
||||
DirPort 127.0.0.1:auto
|
||||
Reference in New Issue
Block a user