Improve Apps Script relay and example configs#129
Conversation
|
Thanks for this. The Apps Script changes here are solid and I'd like to land them. Before merging, I'd like to trim the config-example pieces, because most of the new fields they introduce aren't read by Keep as-is:
Please drop from this PR (move to #131 alongside the code that reads them):
Could you include a small follow-up in this PR: update line 326 to match the new placeholder, and replace the three Re: deadline removal in Happy to merge as soon as the example-config diff is trimmed. Thanks again. |
|
Updated this PR based on your feedback:
Verification: |
Summary
This PR improves the Apps Script forwarder and example configs without changing the tunnel protocol.
Changes:
RELAY_URLSsupport for multiple VPS tunnel endpoints.Verification
go test -count=1 ./...go vet ./...Compatibility
The wire protocol is unchanged. Existing client/server deployments continue to work after redeploying
Code.gs.