Add Mikrotik as CLI client (#69)

This commit is contained in:
Sam B
2019-07-12 16:00:38 +02:00
committed by Martin Polden
parent 4ce6452332
commit fb5fac92d2
3 changed files with 3 additions and 1 deletions

View File

@ -208,6 +208,7 @@ func TestCLIMatcher(t *testing.T) {
{"Go-http-client/1.1", true},
{"Go-http-client/2.0", true},
{"ddclient/3.8.3", true},
{"Mikrotik/6.x Fetch", true},
{browserUserAgent, false},
}
for _, tt := range tests {