A simple Encrypted GO Chat Client and Server.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
basic_chat/server-example.yaml

9 lines
347 B

server:
timezone: "America/Chicago"
address: "0.0.0.0" # 0.0.0.0 Bind & Listen on all interfaces!!
port: 8080
protocol: "tcp" # tcp or udp
encryption:
type: "aes" # aes or xxtea
key: "eb9fcf2902a7177c2f6c693bcaada13c" # Must be 32 bytes long
# Key must match the Client's as well! Run make_a_key to get a good new key...