3 lines
100 B
SQL
3 lines
100 B
SQL
UPDATE ServerOption
|
|
SET PublicAddress = '192.168.100.3'
|
|
WHERE PublicAddress = '<SERVER_PUBLIC_IP>';
|