Skip to content

Commit

Permalink
Added check for multi-instance Dyn.com URL conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperhoy committed Jan 10, 2017
1 parent 14e5139 commit 5e9421a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DynDNSPlugIn.vb
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ Public Class DynDNSPlugIn
errorMsg = "Another plug-in instance is using the same base URL for HTTP services"
Return True
End If
If c1.UpMeHttpDynCom AndAlso c2.UpMeHttpDynCom Then
errorMsg = "Only one plug-in instance can have the ""HTTP - Dyn.com URL format"" update method enabled"
Return True
End If
Return False
End Function

Expand Down

0 comments on commit 5e9421a

Please sign in to comment.