Connecting Failed, Unknown Proxy Host #1633
-
Playing on a All the mods 9 server and whenever I try to use pastebin program its fails to connect then says unknown proxy host. I tried these setting in singleplayer and it worked but the server doesnt seem to work with it
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
TO THE ONE WHO MAKE CONFIG FILES PLS DELETE THE ONE IN DEFAULTCONFIGS THIS WILL NOT CHANGE SHIT and to the ones with this problem go to /world/serverconfig/computercraft-server.toml and change the things there this worked for what i needed : computercraft-server.toml thats in /world/serverconfig#The disk space limit for computers and turtles, in bytes. disabled_generic_methods = [] #Controls execution behaviour of computers. This is largely intended for #Controls the HTTP API
#Various options relating to peripherals. #Various options relating to turtles. #Configure the size of various computer's terminals.
|
Beta Was this translation helpful? Give feedback.
-
It is very likely you are editing the defaultconfig instead of your serverconfig folder (or potentially the root serverconfig folder, iirc when I set up my atm9 server there were two serverconfig folders). Make sure you open your world folder then go to serverconfig. i.e: If your server root (where your |
Beta Was this translation helpful? Give feedback.
TO THE ONE WHO MAKE CONFIG FILES PLS DELETE THE ONE IN DEFAULTCONFIGS THIS WILL NOT CHANGE SHIT
and to the ones with this problem go to /world/serverconfig/computercraft-server.toml and change the things there
this worked for what i needed :
computercraft-server.toml thats in /world/serverconfig
#The disk space limit for computers and turtles, in bytes.
computer_space_limit = 1000000
#The disk space limit for floppy disks, in bytes.
floppy_space_limit = 125000
#The file upload size limit, in bytes. Must be in range of 1 KiB and 16 MiB.
#Keep in mind that uploads are processed in a single tick - large files or
#poor network performance can stall the networking thread. And mind the disk sp…