Skip to content

Commit fb0beb3

Browse files
committed
fix: correct NTP address
1 parent 5f5abd9 commit fb0beb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/schemas/ntpclient.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const defaultNtpGroup = [
4848
{ address: 'ntp3.uni-ulm.de', port: '123' },
4949
{ address: 'ntp.ntu.edu.tw', port: '123' },
5050
{ address: 'ntp2.ntu.edu.tw', port: '123' },
51-
{ address: 'time.upd.edu.ph:123', port: '123' }
51+
{ address: 'time.upd.edu.ph', port: '123' }
5252
]
5353
},
5454
{

0 commit comments

Comments
 (0)