فهرست منبع

Merge pull request #122 from rod-hynes/master

Enable Lookup IP with BindToDevice on darwin
Rod Hynes 10 سال پیش
والد
کامیت
19ddcede21
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.