Skip to content

Commit

Permalink
Add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed May 3, 2023
1 parent e46d81c commit 5d3de42
Showing 1 changed file with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"Lockout": 5,
"HelpMail": "help@example.com",
"MaxSessionLifetimeMinutes": 2,
"SessionInactivityTimeoutMinutes": 1,
"ExternalAddress": "192.168.121.61",
"DatabaseLocation": "file::memory:",
"Webserver": {
"Public": {
"ListenAddress": ":8081"
},
"Tunnel": {
"Port": "8080"
}
},
"Authenticators": {
"Issuer": "192.168.121.61"
},
"Wireguard": {
"DevName": "wg45",
"ListenPort": 53230,
"PrivateKey": "aEOTM9QSRsPFs4UMKeeLfsXDJiu6lCoKzVNyxnrsZVQ=",
"Address": "192.168.1.1/24",
"MTU": 1420,
"PersistentKeepAlive": 25
},
"Acls": {
"Policies": {
"*": {
"Allow": [
"7.7.7.7 icmp"
],
"Mfa": [
"8.8.8.8 11/tcp"
]
},
"tester": {
"Allow": [
"7.7.7.7 22/tcp",
"8.8.8.8 icmp 8080/any"
],
"Mfa": [
"8.8.8.8 9080/any 40-1024/tcp"
]
}
}
}
}

0 comments on commit 5d3de42

Please sign in to comment.