Skip to content

Commit caa538e

Browse files
committed
Version 0.3.1
1 parent 2f4bc0d commit caa538e

3 files changed

Lines changed: 2 additions & 6 deletions

File tree

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
olproxy 0.1.1 - Overload LAN proxy
1+
olproxy 0.3.1 - Overload LAN proxy
22
https://github.com/arbruijn/olproxy
33

44
Run Overload LAN games over the internet.

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ This is an unaffiliated, unsupported tool. Use at your own risk.
2020
- Make sure UDP ports 7000-8001 are open/forwarded to the server computer. You
2121
can use a guide on the internet to configure your router, for example https://portforward.com/router.htm
2222

23-
- If you want your server to appear on http://olproxy.otl.gg/, edit
24-
`appsettings.json`. Change the value after `isServer` from `false` to `true` and set
25-
the `serverName` and `notes` text. Your server will appear after starting the first match.
26-
2723
- Start olproxy (you should see a console window with the text Ready.)
2824

2925
- Start the Overload server

olproxy/olproxy.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
55
<TargetFrameworks>net45;netcoreapp2.2</TargetFrameworks>
6-
<Version>0.3.0</Version>
6+
<Version>0.3.1</Version>
77
<PackageProjectUrl>https://github.com/arbruijn/olproxy</PackageProjectUrl>
88
</PropertyGroup>
99

0 commit comments

Comments
 (0)