Fix: pia updater for TCP, fixes #388

This commit is contained in:
Quentin McGaw
2021-02-16 13:06:51 +00:00
parent bdc8817672
commit b9b2f691a5
4 changed files with 597 additions and 597 deletions

View File

@@ -64,7 +64,7 @@ func (u *updater) updatePIA(ctx context.Context) (err error) {
server := models.PIAServer{
Region: region.Name,
ServerName: tcpServer.CN,
Protocol: constants.UDP,
Protocol: constants.TCP,
PortForward: region.PortForward,
IP: tcpServer.IP,
}