diff options
| author | Paul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de> | 2014-07-14 14:19:17 +0200 |
|---|---|---|
| committer | Paul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de> | 2014-07-14 14:19:17 +0200 |
| commit | 6e0c6654c75d808ed4bf0e74a038854ea8232915 (patch) | |
| tree | 77e2adee7a60c21a62b95040c85ace14ab80b5f9 /src | |
| parent | f66e53a269428c8a35592dac1edc5928a28ab05b (diff) | |
fix
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: |
