Commit 55e6dc4b authored by simon's avatar simon

fix(tls): allow tls v1.0

parent 144f7614
......@@ -17,8 +17,8 @@
"homepage": "https://github.com/simllll/node-radius-server",
"scripts": {
"release": "npm run build && standard-version",
"debug": "DEBUG=radius:* node dist/app.js",
"start": "node dist/app.js",
"debug": "DEBUG=radius:* node --tls-min-v1.0 dist/app.js",
"start": "node --tls-min-v1.0 dist/app.js",
"build": "tsc",
"dev": "ts-node src/app.ts",
"test": "mocha -r ts-node/register __tests__/**/*.test.ts",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment