summaryrefslogtreecommitdiff
path: root/doc/de/autogen/user/weechat_commands.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2015-06-10 21:59:24 +0200
committerSébastien Helleu <flashcode@flashtux.org>2015-06-10 21:59:24 +0200
commitbce7a6d43408e198233d0f97afc921e5f8fc9d5a (patch)
treedd67717d0c5161171e2633c47ec71436c902047d /doc/de/autogen/user/weechat_commands.asciidoc
parente919aca3dd9d7abdaf55571d13374f49483119ba (diff)
downloadweechat-bce7a6d43408e198233d0f97afc921e5f8fc9d5a.zip
doc: update German auto-generated files
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 24ab65303..9b28f5a20 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: 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:
+ 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:
/proxy add local http 127.0.0.1 8888
- add a http proxy using IPv6 protocol:
+ erstellt einen HTTP-Proxy der das IPv6 Protokoll nutzt:
/proxy add local http ::1 8888
/proxy set local ipv6 on
- add a socks5 proxy with username/password:
+ erstellt einen socks5-Proxy, mit Username und Passwort:
/proxy add myproxy socks5 sample.host.org 3128 myuser mypass
- delete a proxy:
+ entferne einen Proxy:
/proxy del myproxy
----