Skip to content

Commit 434723e

Browse files
sanityclaude
andcommitted
Switch primary gateway from vega to nova
- Disabled vega gateway due to AWS UDP network issues - Added nova gateway (Hetzner) as primary gateway - Nova is listening on nova.locut.us:31337 - Tests confirm nova gateway works correctly while vega has network issues 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 161b97e commit 434723e

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

hugo-site/static/keys/gateways.toml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
1+
# Vega gateway temporarily disabled due to AWS UDP network issues
2+
#[[gateways]]
3+
#public_key = "keys/public.vega.gw.pem"
4+
#
5+
#[gateways.address]
6+
#hostname = "vega.locut.us:31337"
7+
8+
# Nova gateway (Hetzner) - Primary gateway
19
[[gateways]]
2-
public_key = "keys/public.vega.gw.pem"
10+
public_key = "keys/public.nova.gw.pem"
311

412
[gateways.address]
5-
hostname = "vega.locut.us:31337"
13+
hostname = "nova.locut.us:31337"
614

715

816
# Disable during testing to reduce noise
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
-----BEGIN PUBLIC KEY-----
2+
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApygb7gGc6ZZy9xYDseQB
3+
QtvR/YowxikTe0d27UdMJxVHLWSfNVbCziilrs8Jdt/A613dpBbQuDOPoM17wmvJ
4+
jxrh3Qrh94+qxRA596sJTxAJbIKtP6ttoECxa622LG8nG/Z6Ab2E75/vJoKARZH6
5+
wAIQhy6CHm0/x8pFtVv81d3UxCeDxdMqqcZ1TfC1mzlAHLrNHQx2uHJBNVxN4FcJ
6+
Lq6M4niyedMmPk5YoywQ93F9pMzJl0Vl/8Avyj6s+i97Zg4JRATqiNkqJKVeXrOf
7+
ycq1w5OstuBQnRGydDAL/pwO49gji8pr3XBvbG4W7tzHF/cVZZEKjBl8E9BmjiHA
8+
LwIDAQAB
9+
-----END PUBLIC KEY-----

0 commit comments

Comments
 (0)