refactor: move IModeController.TestNatRequired to Mode

This commit is contained in:
ChsBuffer
2020-10-13 09:48:21 +08:00
parent 79b6e5da43
commit ceb57dcc1a
6 changed files with 9 additions and 9 deletions

View File

@@ -11,8 +11,6 @@ namespace Netch.Controllers
{
public class HTTPController : IModeController
{
public bool TestNatRequired { get; } = false;
public const string IEProxyExceptions = "localhost;127.*;10.*;172.16.*;172.17.*;172.18.*;172.19.*;172.20.*;172.21.*;172.22.*;172.23.*;172.24.*;172.25.*;172.26.*;172.27.*;172.28.*;172.29.*;172.30.*;172.31.*;192.168.*";
public PrivoxyController pPrivoxyController = new PrivoxyController();