Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
twostars committed Jan 29, 2014
1 parent 70ba0f6 commit d17cf01
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Knight Online UPnP Mapper
============

Provides simple port forwarding via UPnP for Knight Online.

You can run it either as a standalone app (KOUPnPMapperApp.exe), or as a service (KOUPnPMapperService.exe).
The ports will remain forwarded for as long as either process is running.

Configuration
============
Default ports are set to 15100 (Knight Online login server) & 15001 (Knight Online game server),
however they can be configured via the "Ports" setting in the EXE's associated config file.

The IP address chosen to forward to is the first IPv4 entry found on your system.
If this is incorrect (it is shown via the standalone app, KOUPnPMapperApp.exe), it can be
easily overridden via the "LocalIP" setting in the EXE's associated config file.

Service
============
The service (KOUPnPMapperService.exe) can be installed in one of two ways:
* By simply running it.
* Command-line: ```KOUPnPMapperService.exe install``` (or -i, or -install)

To uninstall, you should use the command-line:
```KOUPnPMapperService.exe uninstall``` (or -u, or -uninstall)

0 comments on commit d17cf01

Please sign in to comment.