From a589d15940fdb0f6f3c96020a051c22f982189d7 Mon Sep 17 00:00:00 2001 From: Qiu Yuzhou Date: Tue, 2 Oct 2018 22:09:56 +0800 Subject: [PATCH] Code clean. Remove defaults for legacy kcptun. --- ShadowsocksX-NG/AppDelegate.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/ShadowsocksX-NG/AppDelegate.swift b/ShadowsocksX-NG/AppDelegate.swift index b2222c6..eba64b7 100755 --- a/ShadowsocksX-NG/AppDelegate.swift +++ b/ShadowsocksX-NG/AppDelegate.swift @@ -102,9 +102,6 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele "LocalHTTP.ListenPort": NSNumber(value: 1087 as UInt16), "LocalHTTPOn": true, "LocalHTTP.FollowGlobal": true, - "Kcptun.LocalHost": "127.0.0.1", - "Kcptun.LocalPort": NSNumber(value: 8388), - "Kcptun.Conn": NSNumber(value: 1), "ProxyExceptions": "127.0.0.1, localhost, 192.168.0.0/16, 10.0.0.0/8", ])