[fix] ss config issues

This commit is contained in:
233boy
2018-05-13 14:19:33 +08:00
parent 276f17a3f1
commit 001fd37343
3 changed files with 34 additions and 20 deletions

View File

@@ -20,25 +20,39 @@
"streamSettings": {
"network": "tcp",
"tcpSettings": {
"header": {
"type": "http",
"response": {
"version": "1.1",
"status": "200",
"reason": "OK",
"headers": {
"Content-encoding": ["gzip"],
"Content-Type": ["text/html; charset=utf-8"],
"Cache-Control": ["no-cache"],
"Vary": ["Accept-Encoding"],
"X-Frame-Options": ["deny"],
"X-XSS-Protection": ["1; mode=block"],
"X-content-type-options": ["nosniff"]
}
"header": {
"type": "http",
"response": {
"version": "1.1",
"status": "200",
"reason": "OK",
"headers": {
"Content-encoding": [
"gzip"
],
"Content-Type": [
"text/html; charset=utf-8"
],
"Cache-Control": [
"no-cache"
],
"Vary": [
"Accept-Encoding"
],
"X-Frame-Options": [
"deny"
],
"X-XSS-Protection": [
"1; mode=block"
],
"X-content-type-options": [
"nosniff"
]
}
}
}
}
}
}
}
},
"outbound": {
"protocol": "freedom",