ing
This commit is contained in:
@@ -27,7 +27,7 @@ public interface NoAuthProbeService {
|
||||
List<NoAuthProbe> readAllByDomainID(Long id) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<NoAuthProbe> acceptNoAuthProbe(Long id) throws OverflowException;
|
||||
List<NoAuthProbe> acceptNoAuthProbe(Long id, String zoneCIDR) throws OverflowException;
|
||||
|
||||
@WebappAPI
|
||||
List<NoAuthProbe> denyNoauthProbe(Long id) throws OverflowException;
|
||||
|
||||
Reference in New Issue
Block a user