File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,14 @@ public static bool Patch()
1717 DnscryptProxyConfigurationManager . DnscryptProxyConfiguration . netprobe_timeout = 0 ;
1818 return DnscryptProxyConfigurationManager . SaveConfiguration ( ) ;
1919 }
20+ if ( version . Equals ( "0.6.6" ) )
21+ {
22+ //changed: netprobe_address = '9.9.9.9:53'
23+ //changed: netprobe_timeout = 60
24+ DnscryptProxyConfigurationManager . DnscryptProxyConfiguration . netprobe_address = "9.9.9.9:53" ;
25+ DnscryptProxyConfigurationManager . DnscryptProxyConfiguration . netprobe_timeout = 60 ;
26+ return DnscryptProxyConfigurationManager . SaveConfiguration ( ) ;
27+ }
2028 return false ;
2129 }
2230 }
Original file line number Diff line number Diff line change 1414 ResourceDictionaryLocation . None ,
1515 ResourceDictionaryLocation . SourceAssembly
1616) ]
17- [ assembly: AssemblyVersion ( "0.6.5 " ) ]
18- [ assembly: AssemblyFileVersion ( "0.6.5 " ) ]
17+ [ assembly: AssemblyVersion ( "0.6.6 " ) ]
18+ [ assembly: AssemblyFileVersion ( "0.6.6 " ) ]
You can’t perform that action at this time.
0 commit comments