Commit a0bef921 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent abd6879a
......@@ -7,7 +7,7 @@ const port = 1812; // Default RADIUS authentication port
const portAcc = 1813; // Default RADIUS authentication port
let reject = 'Access-Reject'
let accept = 'Access-Accept'
let maxConnection = 1
let maxConnection = 2
const serverAuth = dgram.createSocket('udp4');
const serverAccounting = dgram.createSocket('udp4');
......
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