Skip to content

Commit

Permalink
Update readme with new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
alhdo committed Sep 27, 2023
1 parent 812b164 commit b54f3bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
A service to install and connect rport clients easily.

> 📣 This repository holds the sources used to run the public pairing service on https://pairing.rport.io.
> 📣 This repository holds the sources used to run the public pairing service on https://pairing.openrport.io.
## 👫 Use the pairing service
Below you will get detailed information how the pairing works. The explained requests are executed by the RPort user interface when you click on the "Install Client" button.
Expand Down Expand Up @@ -41,8 +41,8 @@ Sample response for the above requests:
"pairing_code": "9L6fHH",
"expires": "2022-04-08T09:39:04.282519Z",
"installers": {
"linux": "curl -o rport-installer.sh https://pairing.rport.io/9L6fHH && sudo sh rport-installer.sh",
"windows": "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12\n$url=\"https://pairing.rport.io/9L6fHH\"\nInvoke-WebRequest -Uri $url -OutFile \"rport-installer.bat\"\nexec rport-installer.bat"
"linux": "curl -o rport-installer.sh https://pairing.openrport.io/9L6fHH && sudo sh rport-installer.sh",
"windows": "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12\n$url=\"https://pairing.openrport.io/9L6fHH\"\nInvoke-WebRequest -Uri $url -OutFile \"rport-installer.bat\"\nexec rport-installer.bat"
}
}
```
Expand Down Expand Up @@ -80,7 +80,7 @@ sudo sh rport-update.sh
```

## 🚚 Install and run a pairing service
Because the service does not store any data, there is nothing to stop you using the public and free service on https://pairing.rport.io.
Because the service does not store any data, there is nothing to stop you using the public and free service on https://pairing.openrport.io.
This public service is also the predefined default on all RPort server installations.

To run the service on your server proceed as follows.
Expand Down

0 comments on commit b54f3bd

Please sign in to comment.