Skip to content

Commit 30d7e45

Browse files
committed
Update proxy exceptions.
Add some ipv6 address to proxy exceptions.
1 parent 8522f52 commit 30d7e45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ShadowsocksX-NG/PreferencesWinController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class PreferencesWinController: NSWindowController {
3333

3434
@IBAction func resetProxyExceptions(sender: NSButton) {
3535
let defaults = UserDefaults.standard
36-
defaults.set("127.0.0.1, localhost, 192.168.0.0/16, 10.0.0.0/8", forKey: "ProxyExceptions")
36+
defaults.set("127.0.0.1, localhost, 192.168.0.0/16, 10.0.0.0/8, FE80::/64, ::1, FD00::/8", forKey: "ProxyExceptions")
3737
}
38-
38+
3939
}

0 commit comments

Comments
 (0)