mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
Adding bs/alert
block
This commit is contained in:
parent
4d88df8edc
commit
e6ac1f15a7
6 changed files with 24 additions and 3 deletions
|
@ -44,6 +44,12 @@ Cukup menggunakan VPS seharga *6 dolar* per bulan, Anda bisa memiliki **VPN** se
|
|||
|
||||
Setelah [beberapa seri artikel tentang **VPN IPsec**](https://insights.ditatompel.com/en/series/ipsec-vpn/) (dalam bahasa Inggris), hari ini saya ingin berbagi bagaimana cara mensetting [**WireGuard VPN**](https://www.wireguard.com/) sebagai server VPN. Jika dibandingkan dengan [L2TP/xAuth](https://insights.ditatompel.com/en/tutorials/ipsec-l2tp-xauth-ikev2-vpn-server-auto-setup/) dan [IKEv2 VPN](https://insights.ditatompel.com/en/tutorials/set-up-ikev2-vpn-server-and-clients/) (artikel saya sebelumnya tentang **IPsec VPN** dalam bahasa Inggris), dari sisi performa, **WireGuard VPN jauh lebih unggul** karena menggunakan **UDP** dan bukan **TCP**.
|
||||
|
||||
{{< bs/alert info >}}
|
||||
{{< bs/alert-heading "TLDR;" >}}
|
||||
Jika Anda memiliki kesulitan teknis untuk melakukan setup VPN server WireGuard sendiri, {{< bs/alert-link "saya dapat membantu Anda untuk melakukannya" "https://www.fiverr.com/s/4vzPGR" >}} dengan imbalan sedikit uang.
|
||||
{{< /bs/alert >}}
|
||||
|
||||
|
||||
## Prasyarat
|
||||
- Sebuah **VPS** dengan alamat IP publik.
|
||||
- Nyaman dan terbiasa dengan Linux *command-line*.
|
||||
|
|
|
@ -43,6 +43,11 @@ This article will guide you to setting up your own **WireGuard VPN** server usin
|
|||
|
||||
After [series of my IPsec VPN article](https://insights.ditatompel.com/en/series/ipsec-vpn/). Today, I want to share how to set up [**WireGuard VPN**](https://www.wireguard.com/) server. Because **WireGuard** use **UDP** instead of **TCP**, it's *extremely fast* compared to [L2TP/xAuth]({{< ref "/tutorials/ipsec-l2tp-xauth-ikev2-vpn-server-auto-setup/index.md" >}}) and [IKEv2 VPN]({{< ref "/tutorials/set-up-ikev2-vpn-server-and-clients/index.md" >}}) (my previous **IPsec VPN** articles).
|
||||
|
||||
{{< bs/alert info >}}
|
||||
{{< bs/alert-heading "TLDR;" >}}
|
||||
If you have some technical difficulties setting up your own WireGuard server, {{< bs/alert-link "I can help you to setup WireGuard VPN server" "https://www.fiverr.com/s/4vzPGR" >}} for small amount of money.
|
||||
{{< /bs/alert >}}
|
||||
|
||||
## Prerequisites
|
||||
- A **VPS** with Public IP address.
|
||||
- Comfortable with Linux *command-line*.
|
||||
|
|
|
@ -44,7 +44,12 @@ WireGuard-UI akan sangat mempermudah Anda dalam mengatur **WireGuard** *peers* (
|
|||
|
||||
[Wireguard-UI](https://github.com/ngoduykhanh/wireguard-ui) adalah GUI berbasis website untu mmengatur konfigurasi WireGuard server yang ditulis oleh [ngoduykhanh](https://github.com/ngoduykhanh) menggunakan bahasa pemrograman **Go**. Ini bisa menjadi alternatif untuk menginstall dan mempermudah pengatur VPN server WireGuard Anda.
|
||||
|
||||
Jika Anda lebih memilih untuk menginstall WireGuard server **"from scratch"* dan mengatur dan mengkonfigurasi secara manual, Anda bisa mengikuti artikel saya sebelumnya mengenai "[Cara Setup VPN Server WireGuard Sendiri]({{< ref "/tutorials/how-to-setup-your-own-wireguard-vpn-server/index.id.md" >}})"
|
||||
{{< bs/alert info >}}
|
||||
{{< bs/alert-heading "TLDR;" >}}
|
||||
Jika Anda memiliki kesulitan teknis untuk melakukan setup VPN server WireGuard sendiri, {{< bs/alert-link "saya dapat membantu Anda untuk melakukannya" "https://www.fiverr.com/s/4vzPGR" >}} dengan imbalan sedikit uang (sudah termasuk installasi dan konfigurasi WireGuard UI, Nginx dan SSL).
|
||||
{{< /bs/alert >}}
|
||||
|
||||
Jika Anda lebih memilih untuk menginstall WireGuard server *"from scratch"* dan mengatur dan mengkonfigurasi secara manual, Anda bisa mengikuti artikel saya sebelumnya mengenai "[Cara Setup VPN Server WireGuard Sendiri]({{< ref "/tutorials/how-to-setup-your-own-wireguard-vpn-server/index.id.md" >}})"
|
||||
|
||||
## Prasyarat
|
||||
- Sebuah **VPS** (**Ubuntu** `22.04 LTS`) dengan alamat IP publik dan **Nginx** *webserver* sudah terinstall di VPS tersebut.
|
||||
|
|
|
@ -43,6 +43,11 @@ To manage **WireGuard** *peers* (client) on a single server easily, you can use
|
|||
|
||||
[Wireguard-UI](https://github.com/ngoduykhanh/wireguard-ui) is a *web-based* user interface to manage your **WireGuard** server setup written by [ngoduykhanh](https://github.com/ngoduykhanh) using **Go** programming language. This is an alternative way to install and easily manage your WireGuard VPN server.
|
||||
|
||||
{{< bs/alert info >}}
|
||||
{{< bs/alert-heading "TLDR;" >}}
|
||||
If you have some technical difficulties setting up your own WireGuard server, {{< bs/alert-link "I can help you to setup WireGuard VPN server" "https://www.fiverr.com/s/4vzPGR" >}} including configuring Nginx, and SSL for WireGuard UI for small amount of money.
|
||||
{{< /bs/alert >}}
|
||||
|
||||
If you prefer to install WireGuard server *"from scratch"* and manage it manually, you can follow my previous article about "[How to Set up Your Own WireGuard VPN Server]({{< ref "/tutorials/how-to-setup-your-own-wireguard-vpn-server/index.md" >}})".
|
||||
|
||||
## Prerequisites
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
{"Target":"css/hb.ab2561fbeeafc00185199393dbcc676f1a6a3ba1a5a136cd96cf2d509af6e8b8.css","MediaType":"text/css","Data":{"Integrity":"sha256-qyVh++6vwAGFGZOT28xnbxpqO6GloTbNls8tUJr26Lg="}}
|
||||
{"Target":"css/hb.2c27376a863ccb12c6cf4d93532fcc06eb8b26618d736c923a0b164f0b455ebf.css","MediaType":"text/css","Data":{"Integrity":"sha256-LCc3aoY8yxLGz02TUy/MBuuLJmGNc2ySOgsWTwtFXr8="}}
|
Loading…
Reference in a new issue