Skip to content

Commit cfdb4ce

Browse files
committed
chore: tell proxy is under maintenance
1 parent 3a95b96 commit cfdb4ce

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pages/proxy.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,18 @@ export default function ProxyPage() {
1919
<ul className='text-white pt-5 text-left px-10 list-disc'>
2020
<li className='mb-3'>
2121
IPv6
22-
<ol className='list-disc pl-3 pt-3 text-pink-300'>
23-
<li>2001:470:ed00::1 (jkt01.edgy.network, native)</li>
24-
<li>205:31e6:3a7d:54c9:7adc:601f:ac5b:8146 (peer01.yggdr.id, yggdrasil)</li>
22+
<ol className='list-disc pl-3 pt-3 text-pink-300 opacity-60'>
23+
<li>2001:470:ed00::1 (under maintenance)</li>
2524
</ol>
2625
</li>
2726
<li className='mb-3'>
2827
Port
2928
<ol className='list-disc pl-3 pt-3'>
30-
<li>
31-
<span className='text-pink-300'>6565</span> (SOCKS5)
29+
<li className="opacity-60">
30+
<span className='text-pink-300'>6565</span> (SOCKS5, under maintenance)
3231
</li>
3332
<li className="opacity-60">
34-
<span className='text-pink-300 opacity-60'>6969</span> (SOCKS5 over QUIC,
33+
<span className='text-pink-300'>6969</span> (SOCKS5 over QUIC,
3534
membutuhkan <a href='https://github.com/ginuerzh/gost'>gost</a>{' '}
3635
sebagai klien, under maintenance)
3736
</li>

0 commit comments

Comments
 (0)