Update code/lib/handlers.js
Added Termination-Action response attribute.
This commit is contained in:
parent
b55e599ce2
commit
d5e17b7bef
@ -44,7 +44,8 @@ module.exports = {
|
|||||||
"Tunnel-Medium-Type": 6,
|
"Tunnel-Medium-Type": 6,
|
||||||
"Tunnel-Type": 13,
|
"Tunnel-Type": 13,
|
||||||
"Tunnel-Private-Group-Id": vlan,
|
"Tunnel-Private-Group-Id": vlan,
|
||||||
"Session-Timeout": config.session_duration || 60
|
"Session-Timeout": config.session_duration || 60,
|
||||||
|
"Termination-Action": 1
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
callback (response, null);
|
callback (response, null);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user