diff options
| author | Miklos Vajna <vmiklos@frugalware.org> | 2008-04-04 16:37:24 +0200 | 
|---|---|---|
| committer | Miklos Vajna <vmiklos@frugalware.org> | 2008-04-04 16:37:24 +0200 | 
| commit | 9ace502933e8157d3f8e5c33e0ec5d5de64476c8 (patch) | |
| tree | 6b8088e7393632694762ed4e12aecd295648aff1 | |
| parent | bd417a19271d514b66e1abe1bd708634ba1b8400 (diff) | |
document how to set a custom port
| -rw-r--r-- | skype/README | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/skype/README b/skype/README index 9549b5e3..429dc517 100644 --- a/skype/README +++ b/skype/README @@ -129,6 +129,12 @@ account set skype/server localhost  in `skyped.conf`. If you want to run skyped on a remote machine, replace  `localhost` with the name of the machine. +If you are running skyped on a custom port: + +---- +account set skype/port <port> +---- +  == Setting up Skype in a VNC server (optional)  Optionally, if you want to run Skype on a server, you might want to setup up | 
