Skip to content

Commit

Permalink
Update settings.md
Browse files Browse the repository at this point in the history
fixed
  • Loading branch information
SelYui authored Jul 24, 2024
1 parent c08f599 commit b6c67d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/adguard-vpn-for-linux/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ To set the SOCKS listen host, type:

adguardvpn-cli config set-socks-host <host>

Replace <host> with the host you want to use. Using a host other than 127.0.0.1 requires setting a username and password. To set the SOCKS username and password, type:
Replace `<host>` with the host you want to use. Using a host other than 127.0.0.1 requires setting a username and password. To set the SOCKS username and password, type:

adguardvpn-cli config set-socks-username <username>
adguardvpn-cli config set-socks-password <password>

Replace <username> and <password> with your desired username and password. To clear the SOCKS username and password, type:
Replace `<username>` and `<password>` with your desired username and password. To clear the SOCKS username and password, type:

adguardvpn-cli config clear-socks-auth

Expand Down

0 comments on commit b6c67d0

Please sign in to comment.