浏览代码

Revert "Removed language from comments"

This reverts commit 1bd19239648ce30e1bfdf2ec16c0dcad79650557.
Adam Ierymenko 4 年之前
父节点
当前提交
ed8fe8990b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      ext/bin/tap-windows-ndis6/x86.old/zttap300.inf

+ 2 - 2
ext/bin/tap-windows-ndis6/x86.old/zttap300.inf

@@ -34,7 +34,7 @@ DriverVer=08/13/2015,6.2.9200.20557
 
 
 [Strings]
 [Strings]
 DeviceDescription = "ZeroTier One Virtual Port"
 DeviceDescription = "ZeroTier One Virtual Port"
-Provider = "ZeroTier Networks LLC"
+Provider = "ZeroTier Networks LLC" ; We're ZeroTier, Inc. now but kernel mode certs are $300+ so fuqdat.
 
 
 ; To build for x86, take NTamd64 off this and off the named section manually, build, then put it back!
 ; To build for x86, take NTamd64 off this and off the named section manually, build, then put it back!
 [Manufacturer]
 [Manufacturer]
@@ -70,7 +70,7 @@ AddService = zttap300,        2, zttap300.service
 
 
 [zttap300.reg]
 [zttap300.reg]
 HKR, Ndi,            Service,      0, "zttap300"
 HKR, Ndi,            Service,      0, "zttap300"
-HKR, Ndi\Interfaces, UpperRange,   0, "ndis5" ; 'ndis5' is correct
+HKR, Ndi\Interfaces, UpperRange,   0, "ndis5" ; yes, 'ndis5' is correct... yup, Windows.
 HKR, Ndi\Interfaces, LowerRange,   0, "ethernet"
 HKR, Ndi\Interfaces, LowerRange,   0, "ethernet"
 HKR, ,               Manufacturer, 0, "%Provider%"
 HKR, ,               Manufacturer, 0, "%Provider%"
 HKR, ,               ProductName,  0, "%DeviceDescription%"
 HKR, ,               ProductName,  0, "%DeviceDescription%"