clientstuff

This commit is contained in:
2025-10-27 11:53:18 +01:00
parent 503b04656d
commit d22cef5355
1575 changed files with 795737 additions and 610 deletions

View File

@@ -703,6 +703,11 @@ opencomputers {
"allow default"
]
# The default user agent used by HTTP calls made by the internet card.
# The string "$version" will be replaced with the version of the copy of
# OpenComputers used.
httpUserAgent="opencomputers/$version"
# The maximum concurrent TCP connections *each* internet card can have
# open at a time.
maxTcpConnections=4
@@ -1744,6 +1749,6 @@ opencomputers {
# The version of OC this config was generated by. This is used to allow the
# mod to reset parts of the config when their meaning changed across
# versions, so that the user does not have to delete it.
version="1.11.12-GTNH"
version="1.11.20-GTNH"
}