`wget https://github.com/cbeuw/GoQuiet/releases/download/v1.2.1/gq-server-linux-arm64-1.2.1`
`
mv
gq-server-linux-arm64-1.2.1 /usr/local/bin`
`chmod +x /usr/local/bin/
gq-server-linux-arm64-1.2.1`
`vi /etc/gqserver.json`
`{
"WebServerAddr":"127.0.0.1:444", // Nginx Https Server On port 444
"Key":"qFR0UtSfyUJuYan9"
}`
...Install Shadowsocks-libev...
`vi
/etc/shadowsocks-libev/config.json`
`{
"server":"0.0.0.0",
"server_port":443,
"local_port":1080,
"password":"V12n2IiyqYygJUuj",
"timeout":60,
"method":"chacha20",
"plugin":"/usr/local/bin/
gq-server-linux-arm64-1.2.1
",
"plugin_opts":"/etc/gqserver.json"
}`
`ss-server -c /etc/shadowsocks-libev/config.json
`
Start on boot:
`vi /etc/systemd/system/
shadowsocks-libev.service`
Description=Shadowsocks-libev Server
After=network.target
[Service]
ExecStart=/usr/bin/ss-server -c /etc/shadowsocks-libev/config.json
Restart=on-abort
[Install]
WantedBy=multi-user.target`
Command:
`reboot`
`systemctl start shadowsocks-libev`
`systemctl enable shadowsocks-libev`
`reboot`
`systemctl start shadowsocks-libev`
`systemctl enable shadowsocks-libev`
Client
Download Shadowsocks for Windows
Visit Github and identify the latest release of Shadowsocks for Windows. At the time of writing, it was
Shadowsocks-4.0.8.zip
.
Download and unzip this file. It creates a folder named, for example,
Shadowsocks-4.0.8
.Download GoQuiet Client
Visit Github and identify the latest release of GoQuiet for your platform. At the time of writing, for a 64-bit Windows PC, this was
gq-client-win64-1.0.0.exe
.
Download this file and place it in the same folder as Shadowsocks for Windows. In our example, that folder is
Shadowsocks-4.0.8
.Configure GoQuiet
Before launching the program, in the same folder, use Notepad++ to create a new file named
gqclient.json
.`{
"ServerName":"www.theorymag.ml",
"Key":"qFR0UtSfyUJuYan9",
"TicketTimeHint":3600,
"Browser":"chrome"
}`
The
Key
is the preshared key (PSK) for GoQuiet, which may be different from your Shadowsocks password.Launch and Configure Shadowsocks
Double-click on
Shadowsocks.exe
to launch the program.
You may get a warning to say, "Malicious file" or "Windows protected your PC," and you will need to click on Run anyway.
Configure the Shadowsocks client on Windows to match the settings on the server. For the plugin and plugin options, give the full path to the files, unless they are in the same folder as your Shadowsocks executable.
GoQuiet
@reference_2_dcamero.azurewebsites.net
Shadowsocks + GoQuiet