Compare commits
2 Commits
e2b992139a
...
cae08db85f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cae08db85f | ||
|
|
7b0362e7b8 |
9
.gitignore
vendored
9
.gitignore
vendored
@@ -480,3 +480,12 @@ $RECYCLE.BIN/
|
||||
|
||||
# Vim temporary swap files
|
||||
*.swp
|
||||
|
||||
# Local Database
|
||||
*.db
|
||||
|
||||
# Local App Settings
|
||||
appsettings.Development.json
|
||||
|
||||
# Uploaded Files
|
||||
**/uploads/
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -1,9 +0,0 @@
|
||||
[Interface]
|
||||
PrivateKey = +CaAYIVmKuE/nKz1f/J5PSZMoZ5ZF5geA1cBrNWxW20=
|
||||
Address = 192.168.2.3/32
|
||||
DNS = 192.168.2.1
|
||||
|
||||
[Peer]
|
||||
PublicKey = aNRAa8n1Jl9CnfbQECtCpwq8750jj/+Ahvz38o4U0l8=
|
||||
AllowedIPs = 0.0.0.0/0
|
||||
Endpoint = hal9000.damnserver.com:51820
|
||||
@@ -1,9 +0,0 @@
|
||||
[Interface]
|
||||
PrivateKey = +CaAYIVmKuE/nKz1f/J5PSZMoZ5ZF5geA1cBrNWxW20=
|
||||
Address = 192.168.2.3/32
|
||||
DNS = 192.168.2.1
|
||||
|
||||
[Peer]
|
||||
PublicKey = aNRAa8n1Jl9CnfbQECtCpwq8750jj/+Ahvz38o4U0l8=
|
||||
AllowedIPs = 0.0.0.0/0
|
||||
Endpoint = hal9000.damnserver.com:51820
|
||||
Reference in New Issue
Block a user