Az ApexGuard telepítése RHEL és CentOS Linuxra
Alkalmazás letöltése
Nyisd meg a terminált, és futtasd ezt a parancsot az ApexGuard Linux-kliens letöltéséhez és telepítéséhez:
sh <(curl -sSf https://downloads.apexcdn.com/apps/linux/install.sh)
Megjegyzés: Ha a curl csomag nincs telepítve, használhatod ezt az alternatív parancsot:
sh <(wget -qO - https://downloads.apexcdn.com/apps/linux/install.sh)
Ha a Whoops! Permission denied accessing /run/apexguard/apexguardd.sock hibaüzenetet kapod, oldd meg a következő futtatásával:
sudo usermod -aG apexguard $USER
- Majd indítsd újra a gépet.
Jelentkezz be ApexGuard-fiókodba:
apexguard login
Csatlakozz szerverhez:
apexguard connect
Az ApexGuard beállításai
A beállításokhoz gépeld be az apexguard parancsot a terminálba. Az alábbiakban néhány hasznos parancsot találsz:
Belépés/kilépés:
apexguard login # Log in to your account.
apexguard logout # Log out of your account.
Csatlakozás/leválasztás:
apexguard connect # Connect to the VPN.
apexguard disconnect # Disconnect from the VPN.
apexguard connect <country_code> <server_number> # Connect to a specific server.
- Konfigurációs parancsok:
Funkciók be-/kikapcsolása:
apexguard set threatprotection on/off # Toggle Threat Protection.
apexguard set killswitch on/off # Toggle Kill Switch.
apexguard set autoconnect on/off # Toggle Auto-connect.
apexguard set obfuscate on/off # Enable/disable Obfuscated Servers.
DNS/protokoll beáll.:
apexguard set dns 1.1.1.1 1.0.0.1 # Set custom DNS servers.
apexguard set protocol udp/tcp # Switch between UDP and TCP protocols.
LAN-felderítés:
apexguard set lan-discovery enable/disable # Toggle LAN discovery.
Engedélylista:
apexguard whitelist add port 22 # Allowlist incoming port 22.
apexguard whitelist remove port 22 # Remove the allowlist rule for port 22.
apexguard whitelist add subnet 192.168.0.0/16 # Allowlist a specific subnet.
apexguard whitelist remove subnet 192.168.0.0/16 # Remove the allowlist rule for the subnet.
Adatok kijelzése:
apexguard settings # See current settings.
apexguard status # View connection status.
apexguard countries # View the country list.
apexguard cities <country_name> # View the city list for a specific country.
apexguard groups # See available server groups.
A teljes parancslista eléréséhez írd be:
man apexguard
Hasznos volt ez a cikk?
Köszönjük, jobbá tesz minket!