Fix: pia updater for TCP, fixes #388
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user