Skip to content

Releases: zhboner/realm

Realm v1.2.0

13 Jun 02:39
Compare
Choose a tag to compare

After some rounds of pre-releases, I think it is time to merge dev with master. Here is the list of new features:

  • Config file support.
  • Multiple ports / address support.

Realm v1.2-beta.3

11 Jun 08:25
Compare
Choose a tag to compare
Realm v1.2-beta.3 Pre-release
Pre-release

This pre-release fix a serious functional bug that the later address may override the former.

Realm v1.2-beta.2

05 Jun 13:19
Compare
Choose a tag to compare
Realm v1.2-beta.2 Pre-release
Pre-release

The config file is more generous now. The number of listening ports and remote ports can be unequal. The first one in the list will be used when index out of range.

Realm v1.2-beta.1

05 Jun 02:27
Compare
Choose a tag to compare
Realm v1.2-beta.1 Pre-release
Pre-release

I release this beta version because it is impossible for me to test multi-addresses relay, so I need your feedback.

v1.2-beta.1 includes new features as follows:

  • Support port range
  • Support config file (by using the argument -c config.json). Please be noted that -c conflicts with either -l or -r. In other words, you are not expected to use commandline specified config and config file simultaneously.

An example format of the config file is as follows.

{
    "listening_addresses": ["0.0.0.0"],
    "listening_ports": ["30000-30001"],
    "remote_addresses": ["10.211.55.5", "10.211.55.6"],
    "remote_ports": ["39515", "53924"]
}

Realm v1.1.2

28 May 09:45
Compare
Choose a tag to compare

Fix a bug to prevent a potential crash

Realm v1.1.1

14 May 00:25
3f660e5
Compare
Choose a tag to compare

This is a minor release updated the compatibility on Linux.

realm v1.1

13 May 02:04
Compare
Choose a tag to compare

Support UDP

Public release

12 May 09:15
cf280a7
Compare
Choose a tag to compare
v1.0

Update readme.md