Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smithjord3 committed Oct 29, 2022
1 parent cc31416 commit 3f83561
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions config/test_roaming_all_routes_mfa_priority.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"Lockout": 5,
"HelpMail": "[email protected]",
"MaxSessionLifetimeMinutes": 2,
"SessionInactivityTimeoutMinutes": 1,
"ExternalAddress": "192.168.121.61",
"DatabaseLocation": "file::memory:",
"Issuer": "192.168.121.61",
"Webserver": {
"Public": {
"ListenAddress": ":8081"
},
"Tunnel": {
"ListenAddress": "192.168.1.1:8080"
}
},
"Wireguard": {
"DevName": "wg45",
"ListenPort": 53230,
"PrivateKey": "aEOTM9QSRsPFs4UMKeeLfsXDJiu6lCoKzVNyxnrsZVQ=",
"Address": "192.168.1.1/24",
"MTU": 1420,
"PersistentKeepAlive": 25
},
"Acls": {
"Policies": {
"*": {
"Allow": [
"0.0.0.0/0"
],
"Mfa": [
"8.8.8.8"
]
}
}
}
}

0 comments on commit 3f83561

Please sign in to comment.