diff --git a/README-zh.md b/README-zh.md
index 85fa993..f4d0ceb 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -66,6 +66,15 @@ wget https://git.io/vpnsetup-amzn -O vpn.sh && sudo sh vpn.sh && sudo ikev2.sh -
你的 VPN 登录凭证将会被自动随机生成,并在安装完成后显示在屏幕上。
+
+
+单击此处查看 VPN 安装脚本的示例输出(终端记录)。
+
+
+**注:** 此终端记录仅用于演示目的。该记录中的 VPN 凭据**无效**。
+
+
+
如需了解其它安装选项,以及如何配置 VPN 客户端,请继续阅读以下部分。
\* 一个专用服务器或者虚拟专用服务器 (VPS)。OpenVZ VPS 不受支持。
diff --git a/README.md b/README.md
index 7a90f64..3f1db4e 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,15 @@ wget https://git.io/vpnsetup-amzn -O vpn.sh && sudo sh vpn.sh && sudo ikev2.sh -
Your VPN login details will be randomly generated, and displayed on the screen when finished.
+
+
+Click here to see the VPN setup scripts in action (terminal recording).
+
+
+**Note:** This terminal recording is for demonstration purposes only. VPN credentials in this recording are NOT valid.
+
+
+
For other installation options and how to set up VPN clients, read the sections below.
\* A dedicated server or virtual private server (VPS). OpenVZ VPS is not supported.
diff --git a/docs/images/script-demo.svg b/docs/images/script-demo.svg
new file mode 100644
index 0000000..cedc887
--- /dev/null
+++ b/docs/images/script-demo.svg
@@ -0,0 +1 @@
+## Creating VPN configuration... ## VPN credentials not set by user. Generating random PSK and password... ## Installing packages required for setup... + + apt-get + apt-get -yqq + apt-get -yqq update + apt-get -yqq install + apt-get -yqq install wget dnsutils openssl iptables iproute2 gawk grep sed net-tools ## Trying to auto discover IP of this server... ## Installing packages required for the VPN... + apt-get -yqq install libnss3-dev libnspr4-dev pkg-config libpam0g-dev libcap-ng-dev libcap-ng-utils libsel inux1-dev libcurl4-nss-dev flex bison gcc make libnss3-tools libevent-dev libsystemd-dev uuid-runtime ppp xl 2tpd ## Installing Fail2Ban to protect SSH... + apt-get -yqq install fail2ban ## Downloading IKEv2 script... + wget + wget -t + wget -t 3 + wget -t 3 -T + wget -t 3 -T 30 + wget -t 3 -T 30 -q + wget -t 3 -T 30 -q -O + wget -t 3 -T 30 -q -O ikev2.sh https://github.com/hwdsl2/setup-ipsec-vpn/raw/master/extras/ikev2setup.sh ## Downloading Libreswan... + wget -t 3 -T 30 -q -O libreswan-4.4.tar.gz https://github.com/libreswan/libreswan/archive/v4.4.tar.gz ## Compiling and installing Libreswan, please wait... + make + make -j2 -s base + make -s install-base ## VPN setup in progress... Please be patient. ## Updating sysctl settings... ## Updating IPTables rules... ## Enabling services on boot... ## Starting services... ================================================ IPsec VPN server is now ready for use! Connect to your new VPN with these details: Server IP: 192.0.2.1 IPsec PSK: rgRu5StsghHtuDrCz44H Username: vpnuser Password: EnNdyBsXEWKXiEda Write these down. You'll need them to connect! Important notes: https://git.io/vpnnotes Setup VPN clients: https://git.io/vpnclients IKEv2 guide: https://git.io/ikev2 ## Starting IKEv2 setup in auto mode, using default options. IKEv2 setup successful. Details for IKEv2 mode: VPN server address: 192.0.2.1 VPN client name: vpnclient Client configuration is available at: /root/vpnclient.p12 (for Windows & Linux) /root/vpnclient.sswan (for Android) /root/vpnclient.mobileconfig (for iOS & macOS) *IMPORTANT* Password for client config files: yncPWiTxqa4L9HMxes Write this down, you'll need it for import! Next steps: Configure IKEv2 VPN clients. See: https://git.io/ikev2clients + apt-get -yqq install wget + apt-get -yqq install wget dnsutils + apt-get -yqq install wget dnsutils openssl + apt-get -yqq install wget dnsutils openssl iptables + apt-get -yqq install wget dnsutils openssl iptables iproute2 + apt-get -yqq install wget dnsutils openssl iptables iproute2 gawk + apt-get -yqq install wget dnsutils openssl iptables iproute2 gawk grep + apt-get -yqq install wget dnsutils openssl iptables iproute2 gawk grep sed + apt-get -yqq install libnss3-dev + apt-get -yqq install libnss3-dev libnspr4-dev + apt-get -yqq install libnss3-dev libnspr4-dev pkg-config + apt-get -yqq install libnss3-dev libnspr4-dev pkg-config libpam0g-dev + apt-get -yqq install libnss3-dev libnspr4-dev pkg-config libpam0g-dev libcap-ng-dev + apt-get -yqq install libnss3-dev libnspr4-dev pkg-config libpam0g-dev libcap-ng-dev libcap-ng-utils inux1-dev inux1-dev libcurl4-nss-dev inux1-dev libcurl4-nss-dev flex inux1-dev libcurl4-nss-dev flex bison inux1-dev libcurl4-nss-dev flex bison gcc inux1-dev libcurl4-nss-dev flex bison gcc make inux1-dev libcurl4-nss-dev flex bison gcc make libnss3-tools + wget -t 3 -T 30 -q -O ikev2.sh + wget -t 3 -T 30 -q -O libreswan-4.4.tar.gz + make -j2 + make -j2 -s + make -s ## Checking for MOBIKE support... not available ## Generating CA and server certificates... ## Generating client certificate... ## Creating client configuration... ## Adding a new IKEv2 connection... ## Restarting IPsec service...
\ No newline at end of file