Skip to content

Commit

Permalink
Switch http proxy to bastion.wikitide.net
Browse files Browse the repository at this point in the history
  • Loading branch information
paladox authored Jan 25, 2024
1 parent 5590851 commit aac51b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proxy/PhutilCustomProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ public function getExtensionName() {
}

public function getHTTPProxyURI( PhutilURI $uri ) {
return new PhutilURI( 'http://bast.miraheze.org:8080/' );
return new PhutilURI( 'http://bastion.wikitide.net:8080/' );
}
}

0 comments on commit aac51b3

Please sign in to comment.