Преглед изворни кода

Enable Lookup IP with BindToDevice on darwin

Rod Hynes пре 10 година
родитељ
комит
3dec5a2dcd
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      psiphon/LookupIP.go
  2. 1 1
      psiphon/LookupIP_nobind.go

+ 1 - 1
psiphon/LookupIP.go

@@ -1,4 +1,4 @@
-// +build android linux
+// +build android linux darwin
 
 
 /*
 /*
  * Copyright (c) 2015, Psiphon Inc.
  * Copyright (c) 2015, Psiphon Inc.

+ 1 - 1
psiphon/LookupIP_nobind.go

@@ -1,4 +1,4 @@
-// +build !android,!linux
+// +build !android,!linux,!darwin
 
 
 /*
 /*
  * Copyright (c) 2014, Psiphon Inc.
  * Copyright (c) 2014, Psiphon Inc.