summaryrefslogtreecommitdiff
path: root/doc/de/autogen/user/weechat_commands.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/de/autogen/user/weechat_commands.asciidoc')
-rw-r--r--doc/de/autogen/user/weechat_commands.asciidoc36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/de/autogen/user/weechat_commands.asciidoc b/doc/de/autogen/user/weechat_commands.asciidoc
index 730b1cb6f..24ab65303 100644
--- a/doc/de/autogen/user/weechat_commands.asciidoc
+++ b/doc/de/autogen/user/weechat_commands.asciidoc
@@ -660,28 +660,28 @@ Beispiele:
del <name>|-all
set <name> <option> <value>
- list: listet alle Proxys auf
- add: fügt neuen Proxy hinzu
- name: Name des neuen Proxy (der Name darf nur einmal genutzt werden)
- type: http, socks4 oder socks5
- address: IP oder Hostname
- port: Port
- username: Username (optional)
- password: Passwort (optional)
- del: entfernt einen Proxy (-all um alle Proxys zu entfernen)
- set: setzt einen Wert für Proxy
- option: Optionen die geändert werden (für eine Liste der möglichen Optionen, bitte folgenden Befehl nutzen: /set weechat.proxy.<proxyname>.*)
- value: neuer Wert für Option
-
-Beispiele:
- erstellt einen HTTP-Proxy, der auf einem lokalen Host läuft und den Port 8888 nutzt:
+ list: list all proxies
+ add: add a new proxy
+ name: name of proxy (must be unique)
+ type: http, socks4 or socks5
+ address: IP or hostname
+ port: port
+username: username (optional)
+password: password (optional)
+ del: delete a proxy (or all proxies with -all)
+ set: set a value for a proxy property
+ option: option to change (for options list, look at /set weechat.proxy.<proxyname>.*)
+ value: new value for option
+
+Examples:
+ add a http proxy, running on local host, port 8888:
/proxy add local http 127.0.0.1 8888
- erstellt einen HTTP-Proxy der das IPv6 Protokoll nutzt:
+ add a http proxy using IPv6 protocol:
/proxy add local http ::1 8888
/proxy set local ipv6 on
- erstellt einen socks5-Proxy, mit Username und Passwort:
+ add a socks5 proxy with username/password:
/proxy add myproxy socks5 sample.host.org 3128 myuser mypass
- entferne einen Proxy:
+ delete a proxy:
/proxy del myproxy
----