Releases: zhboner/realm
Releases · zhboner/realm
Realm v1.2.0
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
This pre-release fix a serious functional bug that the later address may override the former.
Realm v1.2-beta.2
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
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
Fix a bug to prevent a potential crash
Realm v1.1.1
This is a minor release updated the compatibility on Linux.
realm v1.1
Support UDP
Public release
v1.0 Update readme.md