Use 127.0.0.1 instead of localhost to ensure tests are reproducible.
This commit is contained in:
parent
3ab1893a4b
commit
d9a7f2d105
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ $tinc $c1 <<EOF
|
||||||
init foo
|
init foo
|
||||||
set DeviceType dummy
|
set DeviceType dummy
|
||||||
set Port 32759
|
set Port 32759
|
||||||
set Address localhost
|
set Address 127.0.0.1
|
||||||
add Subnet 10.0.0.1
|
add Subnet 10.0.0.1
|
||||||
add Subnet fec0::/64
|
add Subnet fec0::/64
|
||||||
EOF
|
EOF
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue