This repository was archived by the owner on Nov 12, 2024. It is now read-only.
File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -357,19 +357,19 @@ SameSearchMessages = 0
357
357
#
358
358
359
359
# Hub name. Minimal length 1, maximal length 256. $ and | is not allowed
360
- #HubName = <Enter hub name here>
360
+ #HubName = MetaHub
361
361
# Admin nick. Minimal length 1. Maximal length 64. $, | and space is not allowed
362
362
#AdminNick = Admin
363
363
# Hub address. Minimal length 1. Maximal length 256. $ and | is not allowed
364
- #HubAddress = <Enter hub address here>
364
+ #HubAddress = 10.112.5.167
365
365
# TCP ports. Minimal length 1. Maximal length 64
366
366
#TCPPorts = 1209;411
367
367
# UDP port. Minimal length 1. Maximal length 5
368
368
#UDPPort = 0
369
369
# Hub description. Maximal length 256. $ and | is not allowed
370
370
#HubDescription =
371
371
# Main redirect address. Maximal length 256. | is not allowed
372
- #RedirectAddress = PtokaX-Alpha.CzDC.org:6891
372
+ #RedirectAddress = 10.112.5.167:411
373
373
# Hublist register servers. Maximal length 1024
374
374
#RegisterServers = reg.hublist.org;serv.hubs-list.com;hublist.cz;hublist.dreamland-net.eu;allhublista.myip.hu;publichublist-nl.no-ip.org;reg.hublist.dk;hublist.te-home.net;dc.gwhublist.com
375
375
# Registered users only message. Minimal length 1. Maximal length 256. | is not allowed
Original file line number Diff line number Diff line change @@ -211,13 +211,13 @@ int16_t SetShortDef[] = {
211
211
};
212
212
213
213
const char * SetTxtDef [] = {
214
- "<Enter hub name here> " , //HUB_NAME
214
+ "MetaHub " , //HUB_NAME
215
215
"Admin" , //ADMIN_NICK
216
- "<Enter hub address here> " , //HUB_ADDRESS
216
+ "10.112.5.167 " , //HUB_ADDRESS
217
217
"1209;411" , //TCP_PORTS
218
218
"0" , //UDP_PORT
219
219
"" , //HUB_DESCRIPTION
220
- "PtokaX-Alpha.CzDC.org:6891 " , //REDIRECT_ADDRESS
220
+ "10.112.5.167:411 " , //REDIRECT_ADDRESS
221
221
"reg.hublist.org;serv.hubs-list.com;hublist.cz;hublist.dreamland-net.eu;allhublista.myip.hu;publichublist-nl.no-ip.org;reg.hublist.dk;hublist.te-home.net;dc.gwhublist.com" , //REGISTER_SERVERS
222
222
"Sorry, this hub is only for registered users." , //REG_ONLY_MSG
223
223
"" , //REG_ONLY_REDIR_ADDRESS
You can’t perform that action at this time.
0 commit comments