Simplify proxy NAT checking logic
Hopefully makes the proxy NAT self-checking code a bit easier to read:
- Unknown: if checkNATType() returns an error
- Unrestricted: if webRTC to probetest suceeds
- Restricted: if webRTC to probetest timesout
Hopefully makes the proxy NAT self-checking code a bit easier to read: