diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/fapi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -492,7 +492,7 @@ class Fapi(FapiBase): port = str(destination['port']) ip = destination['address'].split('/')[-1] headerdump = ip + '-header.txt' - m = re.match('43$', port) + m = re.match('.*43$', port) if m: return 'curl -D ' + headerdump + ' -k https://' + ip else: |
