Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bannedbook committed May 28, 2020
1 parent 0dd3879 commit 0be914c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ChromeGo/Goflyway/goflyway.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CD /D "%~dp0"
goflyway -l="127.0.0.1:8100" -up="cf://tr3.free5555.site:8880" -k="?ctr3.free5555.site:8880"
goflyway -l="127.0.0.1:8100" -up="cf://tr7.free5555.site:2095" -k="dongtaiwang.com"
pause
exit
2 changes: 1 addition & 1 deletion ChromeGo/SSR/gui-config.json_backup
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"remarks" : "",
"id" : "840BC665037A34E4C21CD840BB45A061",
"server" : "185.22.152.180",
"server_port" : 11111,
"server_port" : 80,
"server_udp_port" : 0,
"password" : "dongtaiwang.com",
"method" : "rc4",
Expand Down
12 changes: 5 additions & 7 deletions ChromeGo/trojan/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,18 @@
"run_type": "client",
"local_addr": "127.0.0.1",
"local_port": 1080,
"remote_addr": "tr10.free6666.net",
"remote_addr": "tr11.free6666.net",
"remote_port": 443,
"password": [
"f5402bc2"
"f6b67a4a"
],
"log_level": 1,
"ssl": {
"verify": true,
"verify_hostname": true,
"cert": "private.crt",
"cipher": "ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA:AES128-SHA:AES256-SHA:DES-CBC3-SHA",
"cipher_tls13": "TLS_AES_128_GCM_SHA256:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_256_GCM_SHA384",
"sni": "",
"cert": "",
"cipher_tls13":"TLS_AES_128_GCM_SHA256:TLS_CHACHA20_POLY1305_SHA256:TLS_AES_256_GCM_SHA384",
"sni": "",
"alpn": [
"h2",
"http/1.1"
Expand All @@ -26,7 +25,6 @@
"tcp": {
"no_delay": true,
"keep_alive": true,
"reuse_port": false,
"fast_open": false,
"fast_open_qlen": 20
}
Expand Down

0 comments on commit 0be914c

Please sign in to comment.