Skip to content

Commit aa6f946

Browse files
author
Connection Refused
committed
[RedirectorTester] Tested
1 parent bd413b0 commit aa6f946

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

RedirectorTester/RedirectorTester.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ public enum NameList : int
5454
public static void Main(string[] args)
5555
{
5656
aio_dial(NameList.AIO_FILTERLOOPBACK, "false");
57-
aio_dial(NameList.AIO_FILTERINTRANET, "false");
58-
aio_dial(NameList.AIO_FILTERPARENT, "false");
57+
aio_dial(NameList.AIO_FILTERINTRANET, "true");
58+
aio_dial(NameList.AIO_FILTERPARENT, "true");
5959
aio_dial(NameList.AIO_FILTERICMP, "true");
6060
aio_dial(NameList.AIO_FILTERTCP, "true");
6161
aio_dial(NameList.AIO_FILTERUDP, "true");
62-
aio_dial(NameList.AIO_FILTERDNS, "false");
62+
aio_dial(NameList.AIO_FILTERDNS, "true");
6363

6464
aio_dial(NameList.AIO_ICMPING, "10");
6565

RedirectorTester/RedirectorTester.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
1717
<DebugSymbols>true</DebugSymbols>
18-
<OutputPath>bin\x64\Debug\</OutputPath>
18+
<OutputPath>bin\Debug\</OutputPath>
1919
<DefineConstants>DEBUG;TRACE</DefineConstants>
2020
<DebugType>full</DebugType>
2121
<PlatformTarget>x64</PlatformTarget>
@@ -24,7 +24,7 @@
2424
<Prefer32Bit>true</Prefer32Bit>
2525
</PropertyGroup>
2626
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
27-
<OutputPath>bin\x64\Release\</OutputPath>
27+
<OutputPath>bin\Release\</OutputPath>
2828
<DefineConstants>TRACE</DefineConstants>
2929
<Optimize>true</Optimize>
3030
<DebugType>pdbonly</DebugType>

0 commit comments

Comments
 (0)