ReWhitelist to do
This commit is contained in:
parent
a6148bc53d
commit
f069945227
@ -9,12 +9,14 @@
|
||||
## To DO!
|
||||
- [x] Firewall shinanigns
|
||||
- [x] Proxmox admin acces in firewall
|
||||
- [ ] Clean up Prox
|
||||
- [x] Auto add plugins
|
||||
- [x] SystemD service
|
||||
- [x] Config of velocity.toml
|
||||
- [x] IP
|
||||
- [x] Tailscale
|
||||
- [x] Comments of what is doing what
|
||||
- [ ] Integrate ReWhitelist plugin
|
||||
|
||||
## To learn
|
||||
- [x] What content of start.sh means
|
||||
|
||||
BIN
data/ReWhitelist-1.0.0.jar
Normal file
BIN
data/ReWhitelist-1.0.0.jar
Normal file
Binary file not shown.
2
data/whitelists/default.toml
Normal file
2
data/whitelists/default.toml
Normal file
@ -0,0 +1,2 @@
|
||||
enabled = true
|
||||
whitelist = []
|
||||
9
data/whitelists/oliver.toml
Normal file
9
data/whitelists/oliver.toml
Normal file
@ -0,0 +1,9 @@
|
||||
enabled = true
|
||||
|
||||
[[whitelist]]
|
||||
nick = "kebab22"
|
||||
type = "nick"
|
||||
|
||||
[[whitelist]]
|
||||
nick = "LemontTea"
|
||||
type = "nick"
|
||||
17
data/whitelists/qcorp.toml
Normal file
17
data/whitelists/qcorp.toml
Normal file
@ -0,0 +1,17 @@
|
||||
enabled = true
|
||||
|
||||
[[whitelist]]
|
||||
nick = "Tamurile"
|
||||
type = "nick"
|
||||
|
||||
[[whitelist]]
|
||||
nick = "qvikimart"
|
||||
type = "nick"
|
||||
|
||||
[[whitelist]]
|
||||
nick = "Crevecoeurf"
|
||||
type = "nick"
|
||||
|
||||
[[whitelist]]
|
||||
nick = "Dark_element_CZ"
|
||||
type = "nick"
|
||||
Loading…
x
Reference in New Issue
Block a user