-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings.example.yaml
42 lines (32 loc) · 1.32 KB
/
settings.example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 이 내용처럼 ./settings.yaml에 적어주시면 됩니다
#-- ssl 지원 (./cert/cert.pem에 공개키, ./cert/key.pem에 개인키를 넣어주세요)
ssl: false
#-- 바운스를 어디다 할껀지
bounce:
localhost: 8080 # localhost'로 접속했을때 8080포트에서 돌아가고 있는 웹서버로 연결시켜 줌
something.url: 'nope' # 'something.url'로 접속했을때 'nope' 메세지 보내기
#-- 블렉리스트
blacklist:
- 123.123.123.123 # 모든 사이트에 접근이 불가능
- 321.321.321.321
#-- 로케일
# 한글은 크롬에서는 안되는걸로 보입니다
locale:
blocked: | # 블렉리스트에 있는 IP가 접속할 시 나오는 메세지
Sorry, your ip ($ip) has been punished by our pipeline
Support:
- email: [email protected]
- discord: ChangeMe#0000
Request Code: $code
notpermitted: | # bounce 설정에 없는 엉뚱한 곳으로 왔을때 나오는 메세지
Sorry, you cannot connect to this pipeline
- you don't have any permission to connect this pipeline
- or simply, page not exists
Support:
- email: [email protected]
- discord: ChangeMe#0000
Request Code: $code
# 80번 포트 로그
log: request $code from $ip to $host --> $togo
# 443번 포트 로그
slog: request $code from $ip to $host ==> $togo