5 lines
178 B
Bash
Executable File
5 lines
178 B
Bash
Executable File
#!/bin/bash
|
|
export DOMAIN="pegaz.domain.com"
|
|
export PORT="7755"
|
|
export REDIRECTIONS="getpegaz.domain.com->https://raw.githubusercontent.com/valerebron/pegaz/master/get.pegaz.sh"
|