Skip to content

Commit

Permalink
chore: Use TTR's CA port to avoid conflict with IRC protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrdz committed Dec 7, 2023
1 parent 468c7c7 commit a538bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dc_files = ["main.dc", "game.dc"]
# - 'services.event_logger'

[services.client_agent]
bind = "127.0.0.1:6667"
bind = "127.0.0.1:7198"
# 'protocol' will be a future feature.
#protocol = "TCP" # Underlying protocol to use below DoNet's (Options: 'TCP', 'UDP')
# 'dc_file_hash' tells the daemon what DC hash (32-bit) to expect from the client.
Expand Down

0 comments on commit a538bf5

Please sign in to comment.