mirror of
https://github.com/moonlight-stream/GS-IPv6-Forwarder.git
synced 2026-06-18 14:30:55 +00:00
Add new ports for GFE 3.12 for v0.2
This commit is contained in:
+2
-2
@@ -14,11 +14,11 @@
|
|||||||
#define SERVICE_NAME L"GSv6FwdSvc"
|
#define SERVICE_NAME L"GSv6FwdSvc"
|
||||||
|
|
||||||
static const unsigned short UDP_PORTS[] = {
|
static const unsigned short UDP_PORTS[] = {
|
||||||
47998, 47999, 48000, 48010
|
47998, 47999, 48000, 48002, 48010
|
||||||
};
|
};
|
||||||
|
|
||||||
static const unsigned short TCP_PORTS[] = {
|
static const unsigned short TCP_PORTS[] = {
|
||||||
47984, 47989
|
47984, 47989, 48010
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct _SOCKET_TUPLE {
|
typedef struct _SOCKET_TUPLE {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
|
||||||
xmlns:fire="http://schemas.microsoft.com/wix/FirewallExtension">
|
xmlns:fire="http://schemas.microsoft.com/wix/FirewallExtension">
|
||||||
<Product Id="*" Name="IPv6 Forwarder for GS Protocol" Language="1033" Version="0.1.0.0" Manufacturer="Cameron Gutman" UpgradeCode="cae27153-26ed-4da2-8dd5-8cddc7126a05">
|
<Product Id="*" Name="IPv6 Forwarder for GS Protocol" Language="1033" Version="0.2.0.0" Manufacturer="Cameron Gutman" UpgradeCode="cae27153-26ed-4da2-8dd5-8cddc7126a05">
|
||||||
<Package InstallerVersion="500" Compressed="yes" InstallScope="perMachine" />
|
<Package InstallerVersion="500" Compressed="yes" InstallScope="perMachine" />
|
||||||
|
|
||||||
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
|
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
|
||||||
|
|||||||
Reference in New Issue
Block a user