Skip to content

Commit

Permalink
Update proxy exceptions.
Browse files Browse the repository at this point in the history
Add some ipv6 address to proxy exceptions.
  • Loading branch information
qiuyuzhou committed Sep 16, 2018
1 parent 8522f52 commit 30d7e45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShadowsocksX-NG/PreferencesWinController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class PreferencesWinController: NSWindowController {

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

}

0 comments on commit 30d7e45

Please sign in to comment.