//AJ
Results
2
comments of
//AJ
Proposed: Add the following property to IPNetwork.cs ```cs /// /// Netmask Inverse /// example: _netmask == 255.255.255.0 returns the inverse 0.0.0.255 /// public IPAddress NetmaskInverse { get { return IPNetwork.ToIPAddress(~this._netmask,...
I have this same issue in Ubuntu 22.0.4 LTS, Rustdesk nightly build 1.2.0, 2023-02-10 11:49 when I try so set a permanent password. My work around is to Copy the...