Revision 1, 0.6 kB
(checked in by jinshiro, 17 years ago)
|
|
Line | |
---|
1 | // |
---|
2 | // UPnP Plugin Configuration |
---|
3 | // |
---|
4 | |
---|
5 | // Enable UPnP |
---|
6 | enable_upnp: 1 |
---|
7 | |
---|
8 | // Remove mapped router ports when shutting down |
---|
9 | release_mappings: 1 |
---|
10 | |
---|
11 | // Close opened firewall ports when shutting down |
---|
12 | close_ports: 1 |
---|
13 | |
---|
14 | // |
---|
15 | // You can set these if necessary |
---|
16 | // login server port |
---|
17 | //login_port: 6900 |
---|
18 | // |
---|
19 | // char server port |
---|
20 | //char_port: 6121 |
---|
21 | // |
---|
22 | // map server port |
---|
23 | //map_port: 5121 |
---|
24 | // |
---|
25 | // NAT IP address to map your ports to |
---|
26 | //nat_ip: 192.168.0.1 |
---|
27 | |
---|
28 | |
---|
29 | // Note: This plugin only works on Windows XP or higher |
---|
30 | // For more info on UPnP try here: |
---|
31 | // http://www.google.com/search?q=what+is+upnp |
---|