summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPaul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de>2014-07-14 14:19:17 +0200
committerPaul Buetow (lxpbuetow.webde.local) <paul.buetow@1und1.de>2014-07-14 14:19:17 +0200
commit6e0c6654c75d808ed4bf0e74a038854ea8232915 (patch)
tree77e2adee7a60c21a62b95040c85ace14ab80b5f9 /src
parentf66e53a269428c8a35592dac1edc5928a28ab05b (diff)
fix
Diffstat (limited to 'src')
-rwxr-xr-xsrc/fapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fapi b/src/fapi
index 4282f9e..746f195 100755
--- a/src/fapi
+++ b/src/fapi
@@ -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: