bunkerweb 1.4.0
This commit is contained in:
9
core/antibot/confs/http/antibot.conf
Normal file
9
core/antibot/confs/http/antibot.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
map "{{ ANTIBOT_SESSION_SECRET }}" $session_secret {
|
||||
default "{{ ANTIBOT_SESSION_SECRET }}";
|
||||
"random" "{{ random(32) }}";
|
||||
}
|
||||
|
||||
map "{{ ANTIBOT_SESSION_NAME }}" $session_name {
|
||||
default "{{ ANTIBOT_SESSION_NAME }}";
|
||||
"random" "{{ random(16) }}";
|
||||
}
|
||||
Reference in New Issue
Block a user