mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-12-04 17:29:22 +01:00
Compare commits
2 Commits
afd032220a
...
80eefc0d21
Author | SHA1 | Date | |
---|---|---|---|
80eefc0d21 | |||
b99f76973f |
7
etro/services.csv
Normal file
7
etro/services.csv
Normal file
@ -0,0 +1,7 @@
|
||||
Name,Host,Port,To Backup,Access Control,Explanation
|
||||
nginx,etro.mikaela.info,"80,443",in borgbackup,public,"HTTPd/HTTPS web server, Matterbridge file uploads stored for a week"
|
||||
chrony,y.etro.mikaela.info,123,in shell-things,Yggdrasil-access only,Time server accessible via Yggdrasil
|
||||
Ergo IRCd,etro.mikaela.info,6697,in borgbackup,public,"IRCd, webchat at https://irc.etro.mikaela.info/"
|
||||
Limnoria,limnoria.etro.mikaela.info,443,in borgbackup,Public / open-registration,"IRC bot, see https://limnoria.net/ for details. Mostly known as R-66Y"
|
||||
WeeChat,etro.mikaela.info,8626,in borgbackup,"private, only-me","https://weechat.org/ (not to be confused with single e), my IRC client of choice for WeeChat Relay Protocol Clients"
|
||||
Yggdrasil,etro.mikaela.info,2577,in borgbackup,Semi-public,https://yggdrasil.network.github.io/ Graynet/mixnet/meshnet. Could also be called as public VPN anyone can join?
|
|
@ -46,3 +46,14 @@ config supybot.plugins.Web.nonSnarfingRegexp m/(t.me|matrix.to|facebook.com|inst
|
||||
* regexp to block the listed domains, which are the first useless
|
||||
examples I have encountered recently. I just stole the regexp from
|
||||
[canonical Limnoria](https://github.com/ProgVal/Limnoria/wiki/Canonical-%23limnoria-doc)
|
||||
|
||||
## Titlesnarfing ignored users
|
||||
|
||||
While I personally don't like to do this, it's possible by
|
||||
|
||||
```
|
||||
config channel #CHAN plugins.web.checkignored False
|
||||
```
|
||||
|
||||
I may have the bot on multiple sides of relay or the user may be ignored due
|
||||
to abuse so this may result into spam.
|
||||
|
Loading…
Reference in New Issue
Block a user