bobthegamedevelopment

Results 3 comments of bobthegamedevelopment

Actually, this is what I was running into with issue #4 I posted. access-list line extended permit tcp host object eq https **REMOVE** access-list line extended permit tcp host **_fqdn_**...

I formatted that wrong, but the token should still be 9 access-list name line # extended permit tcp host host **_fqdn_** (resolved) eq https

I was able to fix this by adding: elif re.match("\(resolved\)|\(unresolved\)",word): return 0 to the get_hits function. Elegant, probably not. Functional, I suppose.