mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 12:15:12 +00:00
[ADD] Add accept_pings parameters
This is off by default, but highly encouraged for Synapse deployments
This commit is contained in:
parent
176f390c4b
commit
1c51d57355
6 changed files with 23 additions and 5 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -4,10 +4,11 @@ parsee*
|
|||
parsee
|
||||
*.swp
|
||||
.*
|
||||
data
|
||||
data/*
|
||||
data*
|
||||
data*/*
|
||||
Makefile
|
||||
configure
|
||||
gmon.out
|
||||
|
||||
tools/out
|
||||
tools/out/*
|
||||
|
|
@ -24,3 +25,4 @@ tags
|
|||
!.forgejo
|
||||
!.forgejo/*
|
||||
!.forgejo/**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue