Skip to content

Commit c3956d3

Browse files
committed
Enable udp forwarding by default
1 parent 4306e7a commit c3956d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

YtFlowApp/NewProfilePagePresets.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,15 +217,15 @@ namespace winrt::YtFlowApp::implementation
217217
{{
218218
"choices",
219219
{
220-
{{"name", "Off"},
221-
{"description", "UDP packets will not go through any rules or proxies"},
222-
{"tcp_next", "rule-switch.tcp"},
223-
{"udp_next", "resolve-local.udp"}},
224220
{{"name", "On"},
225221
{"description", "UDP packets will go through the same routing decisions as TCP "
226222
"connections, possibly via a proxy"},
227223
{"tcp_next", "rule-switch.tcp"},
228224
{"udp_next", "rule-switch.udp"}},
225+
{{"name", "Off"},
226+
{"description", "UDP packets will not go through any rules or proxies"},
227+
{"tcp_next", "rule-switch.tcp"},
228+
{"udp_next", "resolve-local.udp"}},
229229
},
230230
}}}}},
231231
{

0 commit comments

Comments
 (0)