Skip to content

Commit

Permalink
fix swapped server IPv6 addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbr committed Oct 11, 2022
1 parent 19a66ec commit 6f10e33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/desec/servers.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export const all: { [key: string]: { ip4: string; ip6: string } } = {
avalanche: {
ip4: '202.61.247.0',
ip6: '2a03:4000:45:510::',
ip6: '2a03:4000:53:7a::',
},
storm: {
ip4: '45.9.63.165',
ip6: '2a03:4000:53:7a::',
ip6: '2a03:4000:45:510::',
},
};

Expand Down

0 comments on commit 6f10e33

Please sign in to comment.